Skip to content

Commit 47ae20d

Browse files
committed
fix: run pytests parallely in CI and makefile
1 parent f7757fa commit 47ae20d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ max_issue_threshold=1
1919
[testenv]
2020
usedevelop=True
2121
commands=
22-
core: pytest {posargs:tests/core}
23-
interop: pytest {posargs:tests/interop}
22+
core: pytest -n auto {posargs:tests/core}
23+
interop: pytest -n auto {posargs:tests/interop}
2424
docs: make check-docs-ci
25-
demos: pytest {posargs:tests/core/examples/test_examples.py}
25+
demos: pytest -n auto {posargs:tests/core/examples/test_examples.py}
2626
basepython=
2727
docs: python
2828
windows-wheel: python

0 commit comments

Comments
 (0)