mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-27 16:39:49 +03:00
Run selftest directly
This commit is contained in:
parent
d393d0937e
commit
527d18c2d7
|
@ -131,7 +131,10 @@ test-sources = [
|
||||||
"pyproject.toml",
|
"pyproject.toml",
|
||||||
"selftest.py",
|
"selftest.py",
|
||||||
]
|
]
|
||||||
test-command = "python -m pytest -vv selftest.py checks/check_wheel.py Tests"
|
test-command = [
|
||||||
|
"python -m selftest",
|
||||||
|
"python -m pytest checks/check_wheel.py Tests",
|
||||||
|
]
|
||||||
|
|
||||||
# There's no numpy wheel for iOS (yet...)
|
# There's no numpy wheel for iOS (yet...)
|
||||||
test-requires = [ ]
|
test-requires = [ ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user