Skip to content

Commit

Permalink
Pin pytest to <2.8, there's a bug with deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Sep 19, 2015
1 parent 336aca3 commit 959403b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ invoke
iso8601
pep8-naming
pretend
pytest
pytest<2.8
requests
sphinx
sphinx_rtd_theme
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

# If you add a new dep here you probably need to add it in the tox.ini as well
test_requirements = [
"pytest",
"pytest<2.8",
"pretend",
"iso8601",
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deps =
coverage
iso8601
pretend
pytest
pytest<2.8
./vectors
passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME
commands =
Expand Down

0 comments on commit 959403b

Please sign in to comment.