Skip to content

Use "make test-p" in manylinux build - #283

Merged
hugovk merged 1 commit into
python-pillow:mainfrom
radarhere:test-p
Sep 12, 2026
Merged

Use "make test-p" in manylinux build#283
hugovk merged 1 commit into
python-pillow:mainfrom
radarhere:test-p

Conversation

@radarhere

Copy link
Copy Markdown
Member

manylinux_2_28 has started failing when running .ci/test.sh - https://github.com/python-pillow/docker-images/actions/runs/34656097159/job/103448735813

ERROR: usage: python -m pytest [options] [file_or_dir] [file_or_dir] [...]
python -m pytest: error: unrecognized arguments: --numprocesses=logical --dist=worksteal
inifile: /Pillow/pyproject.toml
rootdir: /Pillow

make: *** [Makefile:36: test] Error 4

This is a result of python-pillow/Pillow#9945 requiring pytest-xdist.

If we replace .ci/test.sh with make test-p, then pytest-xdist will be installed.

@hugovk
hugovk merged commit a5412a7 into python-pillow:main Sep 12, 2026
25 checks passed
@radarhere
radarhere deleted the test-p branch September 12, 2026 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants