diff --git a/setup.py b/setup.py index 48ca2e4f..bb777da0 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ CLASSIFIERS = [ extra_opts = { "packages": find_packages(exclude=["tests", "tests.*"]), "tests_require": [ - "pytest<5.0", + "pytest", "pytest-cov", "coverage", "blinker",