mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
fix: run pytests parallely in CI and makefile
This commit is contained in:
6
tox.ini
6
tox.ini
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user