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,