From db0ced99e797ba8829918dad98305f0df6a1078a Mon Sep 17 00:00:00 2001 From: joncrall Date: Sat, 27 Apr 2024 21:09:22 -0400 Subject: [PATCH] unpin pytest --- requirements/tests.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 5405773..70bdc9f 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,9 +1,9 @@ -pytest<=7.4.4 ; python_version < '4.0' and python_version >= '3.13' # Python 3.13+ -pytest<=7.4.4 ; python_version < '3.13' and python_version >= '3.12' # Python 3.12 -pytest<=7.4.4 ; python_version < '3.12' and python_version >= '3.11' # Python 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>=8.1.1 ; python_version < '4.0' and python_version >= '3.13' # Python 3.13+ +pytest>=8.1.1 ; python_version < '3.13' and python_version >= '3.12' # Python 3.12 +pytest>=8.1.1 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11 +pytest>=6.2.5 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10 +pytest>=6.2.5 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9 +pytest>=6.2.5 ; 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<=6.2.5 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6