Skip to content

Commit

Permalink
Blacklist pytest 3.2.0 because it breaks us
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Aug 1, 2017
1 parent 908bbd3 commit be93f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
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 be93f85

Please sign in to comment.