Skip to content

Commit

Permalink
Pin pytest to version 3.0.1 (#3818)
Browse files Browse the repository at this point in the history
Pin pytest version until
pytest-dev/pytest#1905 is resolved as it
caused memex tests to fail (eg.
https://travis-ci.org/hypothesis/h/jobs/157031235)
  • Loading branch information
robertknight authored and nickstenning committed Sep 2, 2016
1 parent 7ae5314 commit 2c7531a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ skip_install =
deps =
coverage
mock
pytest
# Pin pytest until https://github.com/pytest-dev/pytest/issues/1905 is
# resolved
pytest==3.0.1
hypothesis
h: factory-boy
h: -rrequirements.txt
Expand All @@ -28,7 +30,9 @@ commands =
[testenv:functional]
skip_install = true
deps =
pytest
# Pin pytest until https://github.com/pytest-dev/pytest/issues/1905 is
# resolved
pytest==3.0.1
webtest
factory-boy
-rrequirements.txt
Expand Down

0 comments on commit 2c7531a

Please sign in to comment.