We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7757fa commit 47ae20dCopy full SHA for 47ae20d
tox.ini
@@ -19,10 +19,10 @@ max_issue_threshold=1
19
[testenv]
20
usedevelop=True
21
commands=
22
- core: pytest {posargs:tests/core}
23
- interop: pytest {posargs:tests/interop}
+ core: pytest -n auto {posargs:tests/core}
+ interop: pytest -n auto {posargs:tests/interop}
24
docs: make check-docs-ci
25
- demos: pytest {posargs:tests/core/examples/test_examples.py}
+ demos: pytest -n auto {posargs:tests/core/examples/test_examples.py}
26
basepython=
27
docs: python
28
windows-wheel: python
0 commit comments