python-pyrsistent/00-relax-dependencies.patch

14 lines
395 B
Diff
Raw Normal View History

2020-08-10 18:19:02 +08:00
diff --git a/setup.py b/setup.py
2021-08-16 17:12:52 +08:00
index 8febb2d..29c52d0 100644
2020-08-10 18:19:02 +08:00
--- a/setup.py
+++ b/setup.py
2021-08-16 17:12:52 +08:00
@@ -71,7 +71,7 @@ setup(
2020-08-10 18:19:02 +08:00
'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,