From 71e4251d83a3a954dbcc83cc4ccf6745608a54b9 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 23 Oct 2018 19:34:01 +0800 Subject: 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 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 24c3b97a..886d9326 100644 --- a/setup.py +++ b/setup.py @@ -54,11 +54,11 @@ if platform.python_implementation() == "PyPy": ) 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", ] -- cgit v1.2.3