diff --git a/tox.ini b/tox.ini index 2555df93..e55dfd6f 100644 --- a/tox.ini +++ b/tox.ini @@ -18,8 +18,8 @@ deps= sitepackages = False recreate = False commands = - unit: py.test -xv --cov=amqp --cov-report=xml --no-cov-on-fail t/unit - integration: py.test -xv -E rabbitmq t/integration {posargs:-n2} + unit: pytest -xv --cov=amqp --cov-report=xml --no-cov-on-fail t/unit + integration: pytest -xv -E rabbitmq t/integration {posargs:-n2} basepython = flake8,apicheck,linkcheck,pydocstyle: python3.8 pypy3: pypy3.9