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 919c672 commit 9a7692dCopy full SHA for 9a7692d
tox.ini
@@ -18,7 +18,7 @@ deps=
18
sitepackages = False
19
recreate = False
20
commands =
21
- unit: py.test -xv --cov=amqp --cov-report=xml --no-cov-on-fail t/unit {posargs}
+ unit: pytest -xv --cov=amqp --cov-report=xml --no-cov-on-fail t/unit {posargs}
22
integration: py.test -xv -E rabbitmq t/integration {posargs:-n2}
23
basepython =
24
flake8,apicheck,linkcheck,pydocstyle: python3.8
0 commit comments