unfreeze pytest (pytest>=6.2.5 is required for py3.10)

This commit is contained in:
Maciej Urbanski 2021-10-24 18:26:56 +02:00
parent 4b643ad01f
commit 9a414edb25

View File

@ -112,7 +112,7 @@ CLASSIFIERS = [
extra_opts = {
"packages": find_packages(exclude=["tests", "tests.*"]),
"tests_require": [
"pytest<5.0",
"pytest",
"pytest-cov",
"coverage",
"blinker",