diff --git a/setup.py b/setup.py index 653e76a8..cddf0218 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def get_description(): EXTRAS_REQUIRE = { 'test': [ - 'pytest<6.0', + 'pytest', 'pytest-cov', 'flaky', 'pytest-qt==3.3.0',