From 9a414edb25122702fc6b363d6b5b6b76ce528a6d Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Sun, 24 Oct 2021 18:26:56 +0200 Subject: [PATCH] unfreeze pytest (pytest>=6.2.5 is required for py3.10) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",