Run selftest directly

This commit is contained in:
Andrew Murray 2025-06-26 17:00:03 +10:00
parent d393d0937e
commit 527d18c2d7

View File

@ -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 = [ ]