Skip to content

Commit

Permalink
Blacklist pytest 3.2.0 because it breaks us (#3835)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and reaperhulk committed Aug 1, 2017
1 parent 908bbd3 commit 7f40239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
setup_requirements.append("cffi>=1.7")

test_requirements = [
"pytest>=2.9.0",
"pytest>=2.9.0,!=3.2.0",
"pretend",
"iso8601",
"pytz",
Expand Down

0 comments on commit 7f40239

Please sign in to comment.