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",
 ]