commit | 7f40239ea2a8ac276f8dbf07fd51d1ff5e98c565 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Tue Aug 01 19:54:35 2017 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Aug 01 18:54:35 2017 -0500 |
tree | c87fdad0a773b25135467575019a1dfbed7cd1fa | |
parent | 908bbd3a9f0e511f452c5b2b0124400be475aa06 [diff] [blame] |
Blacklist pytest 3.2.0 because it breaks us (#3835) See upstream: https://github.com/pytest-dev/pytest/issues/2644
diff --git a/setup.py b/setup.py index a7e63bd..a003bc8 100644 --- a/setup.py +++ b/setup.py
@@ -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",