python-pyrsistent/00-relax-dependencies.patch
2021-08-16 17:12:58 +08:00

14 lines
395 B
Diff

diff --git a/setup.py b/setup.py
index 8febb2d..29c52d0 100644
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,7 @@ setup(
'Programming Language :: Python :: Implementation :: PyPy',
],
test_suite='tests',
- tests_require=['pytest<5', 'hypothesis<5'],
+ tests_require=['pytest', 'hypothesis'],
scripts=[],
setup_requires=pytest_runner,
ext_modules=extensions,