Skip to content

Commit

Permalink
Pin pytest==5.3.3
Browse files Browse the repository at this point in the history
because of error in 5.3.4: pytest-dev/pytest#6517
  • Loading branch information
oseiberts11 committed Jan 28, 2020
1 parent cf0ec0b commit b4538b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -4,11 +4,11 @@ envlist = lint, py35, py36, py37, safety
[testenv]
deps =
coverage
pytest
pytest==5.3.3 # Error in 5.3.4: https://github.com/pytest-dev/pytest/issues/6517
pytest-mock
-rrequirements.txt
commands =
coverage run -m pytest --color=yes --maxfail 1 {posargs} tests/
coverage run -m pytest -v --color=yes --maxfail 1 {posargs} tests/
coverage report

[testenv:dev]
Expand Down

0 comments on commit b4538b8

Please sign in to comment.