summaryrefslogtreecommitdiff
path: root/devel/py-pyrsistent/files/patch-setup.py
blob: 9860bd4896b005e822646a4068344f69120e2dac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2022-01-14 19:50:00 UTC
+++ setup.py
@@ -72,7 +72,7 @@ setup(
         'Programming Language :: Python :: Implementation :: PyPy',
     ],
     test_suite='tests',
-    tests_require=['pytest<7', 'hypothesis<7'],
+    tests_require=['pytest', 'hypothesis<7'],
     scripts=[],
     setup_requires=pytest_runner,
     ext_modules=extensions,