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] [testenv]
usedevelop=True usedevelop=True
commands= commands=
core: pytest {posargs:tests/core} core: pytest -n auto {posargs:tests/core}
interop: pytest {posargs:tests/interop} interop: pytest -n auto {posargs:tests/interop}
docs: make check-docs-ci 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= basepython=
docs: python docs: python
windows-wheel: python windows-wheel: python