Skip to content

Commit

Permalink
Update tox.ini to avoid pytest-dev/pytest#6951
Browse files Browse the repository at this point in the history
until fixed.
  • Loading branch information
austinmroczek committed Apr 11, 2020
1 parent e8f036d commit 5904541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -8,7 +8,7 @@ setenv =
LANG=en_US.UTF-8
PYTHONPATH = {toxinidir}/total_connect_client
commands =
py.test --timeout=30 --cov=total_connect_client --cov-report term-missing {posargs}
pytest --timeout=30 --cov=total_connect_client --cov-report term-missing -p no:sugar {posargs}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements_test.txt
Expand Down

0 comments on commit 5904541

Please sign in to comment.