From 53c972d777664caed7632a0e3fbf0a31926c5d7f Mon Sep 17 00:00:00 2001 From: joncrall Date: Sat, 27 Apr 2024 22:31:16 -0400 Subject: [PATCH] wip --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4846d76..bf4e418 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,7 +4,7 @@ pytest>=7.4.4 ; python_version < '3.12' and python_version >= '3.11' pytest>=7.4.4 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10 pytest>=7.4.4 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9 pytest>=7.4.4 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8 -pytest<=6.2.5 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7 +pytest<=7.4.4 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7 pytest<=6.2.5 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6 pytest-cov>=3.0.0 ; python_version >= '3.6.0' # Python 3.6+