You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
395 B
14 lines
395 B
3 years ago
|
diff --git a/setup.py b/setup.py
|
||
|
index 931800f..49c1521 100644
|
||
|
--- a/setup.py
|
||
|
+++ b/setup.py
|
||
|
@@ -70,7 +70,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,
|