fix: run pytests parallely in CI and makefile

This commit is contained in:
Akash Mondal
2025-06-09 04:45:08 +00:00
parent f7757fa726
commit 47ae20d29c

View File

@ -19,10 +19,10 @@ max_issue_threshold=1
[testenv]
usedevelop=True
commands=
core: pytest {posargs:tests/core}
interop: pytest {posargs:tests/interop}
core: pytest -n auto {posargs:tests/core}
interop: pytest -n auto {posargs:tests/interop}
docs: make check-docs-ci
demos: pytest {posargs:tests/core/examples/test_examples.py}
demos: pytest -n auto {posargs:tests/core/examples/test_examples.py}
basepython=
docs: python
windows-wheel: python