Revert "pin pytest to disallow 2.8.4 which breaks tests"

This reverts commit ed48066a3f.
This commit is contained in:
Paul Kehrer 2015-12-11 22:24:36 -06:00
parent f2dab8943a
commit 1e555aa2aa
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ iso8601
pep8-naming
pretend
pyasn1_modules
pytest!=2.8.4
pytest
requests
sphinx==1.3.1
sphinx_rtd_theme

View file

@ -59,7 +59,7 @@ else:
# If you add a new dep here you probably need to add it in the tox.ini as well
test_requirements = [
"pytest!=2.8.4",
"pytest",
"pretend",
"iso8601",
"hypothesis",

View file

@ -7,7 +7,7 @@ deps =
coverage
iso8601
pretend
pytest!=2.8.4
pytest
hypothesis>=1.11.4
pyasn1_modules
./vectors