mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +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]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user