Blame SOURCES/00-relax-dependencies.patch

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