Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy authored Mar 16, 2023
1 parent 919c672 commit 9a7692d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps=
sitepackages = False
recreate = False
commands =
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}
integration: py.test -xv -E rabbitmq t/integration {posargs:-n2}
basepython =
flake8,apicheck,linkcheck,pydocstyle: python3.8
Expand Down

0 comments on commit 9a7692d

Please sign in to comment.