commit | d2df398bcdcfa1e5aae0ca0291251aa66a751e55 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Oct 19 21:29:42 2018 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Oct 19 09:29:42 2018 -0400 |
tree | a25218984df169cab85cfe18f28029b6327ffeb4 | |
parent | 8a35a20045aff90c92f82b50b0f55eb9fb3f8d1e [diff] |
blacklist some pytests (#4502)
diff --git a/setup.py b/setup.py index 5c8c584..24c3b97 100644 --- a/setup.py +++ b/setup.py
@@ -54,7 +54,7 @@ ) test_requirements = [ - "pytest>=3.6.0", + "pytest>=3.6.0,!=3.9.0,!=3.9.1", "pretend", "iso8601", "pytz",