python-pyrsistent/00-relax-dependencies.patch
FFrog 71fbf34a80 update version to 0.17.3
(cherry picked from commit 0fbe6ec312a3c846c46156c0af8f6bdec324b402)
2021-08-20 09:57:19 +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,