Skip to content

Commit

Permalink
Pin pytest<3.3.0, because 3.3.0 is buggy for us.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius Riemenschneider committed Nov 28, 2017
1 parent 8a95539 commit 66b28a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ envlist = py{27,34,35,36}
pep8ignore = test_* E402

[testenv]
# see https://github.com/pytest-dev/pytest/issues/2957 for the pytest pinning reason
deps=
pytest
pytest<3.3.0
pytest-pep8
pytest-cov
mock
Expand Down

0 comments on commit 66b28a1

Please sign in to comment.