Skip to content

Commit 9a7692d

Browse files
authored
Update tox.ini
1 parent 919c672 commit 9a7692d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deps=
1818
sitepackages = False
1919
recreate = False
2020
commands =
21-
unit: py.test -xv --cov=amqp --cov-report=xml --no-cov-on-fail t/unit {posargs}
21+
unit: pytest -xv --cov=amqp --cov-report=xml --no-cov-on-fail t/unit {posargs}
2222
integration: py.test -xv -E rabbitmq t/integration {posargs:-n2}
2323
basepython =
2424
flake8,apicheck,linkcheck,pydocstyle: python3.8

0 commit comments

Comments
 (0)