commit | 9b086fdb0792eb9557eafcf97d5596b0b03dd28c | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Nov 28 21:49:32 2017 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Nov 28 07:49:32 2017 -0600 |
tree | 3f86044047b7991f884860303f2ae0e102ede46e | |
parent | 7bcb926c53fd91cfd76db302f9c0652c3a4ef0e4 [diff] [blame] |
pytest 3.3.0 has an issue with parametrized null bytes again (#4026)
diff --git a/setup.py b/setup.py index 2f32c76..b9186a8 100644 --- a/setup.py +++ b/setup.py
@@ -55,7 +55,7 @@ setup_requirements.append("cffi>=1.7") test_requirements = [ - "pytest>=3.2.1", + "pytest>=3.2.1,!=3.3.0", "pretend", "iso8601", "pytz",