commit | 71e4251d83a3a954dbcc83cc4ccf6745608a54b9 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Oct 23 19:34:01 2018 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Oct 23 07:34:01 2018 -0400 |
tree | 0032d8e2a43862dcc0908e241e71089b8b48289c | |
parent | a476453299c4a55014a0560d9f913f35d9b248fe [diff] [blame] |
blacklist latest hypothesis and pytest (#4510) * ci is suffering again, is it the new pytest or hypothesis? * now try 3.79.2 hypothesis * it's a blacklist party
diff --git a/setup.py b/setup.py index 24c3b97..886d932 100644 --- a/setup.py +++ b/setup.py
@@ -54,11 +54,11 @@ ) test_requirements = [ - "pytest>=3.6.0,!=3.9.0,!=3.9.1", + "pytest>=3.6.0,!=3.9.0,!=3.9.1,!=3.9.2", "pretend", "iso8601", "pytz", - "hypothesis>=1.11.4", + "hypothesis>=1.11.4,!=3.79.2", ]