Blame SOURCES/00-relax-dependencies.patch

d3ea86
diff --git a/setup.py b/setup.py
d3ea86
index 931800f..49c1521 100644
d3ea86
--- a/setup.py
d3ea86
+++ b/setup.py
d3ea86
@@ -70,7 +70,7 @@ setup(
d3ea86
         'Programming Language :: Python :: Implementation :: PyPy',
d3ea86
     ],
d3ea86
     test_suite='tests',
d3ea86
-    tests_require=['pytest<5', 'hypothesis<5'],
d3ea86
+    tests_require=['pytest', 'hypothesis'],
d3ea86
     scripts=[],
d3ea86
     setup_requires=pytest_runner,
d3ea86
     ext_modules=extensions,