Skip to content

Commit 9a414ed

Browse files
unfreeze pytest (pytest>=6.2.5 is required for py3.10)
1 parent 4b643ad commit 9a414ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def run_tests(self):
112112
extra_opts = {
113113
"packages": find_packages(exclude=["tests", "tests.*"]),
114114
"tests_require": [
115-
"pytest<5.0",
115+
"pytest",
116116
"pytest-cov",
117117
"coverage",
118118
"blinker",

0 commit comments

Comments
 (0)