From 880bb9beeea35ff6f25253d47ff89854f866ff8b Mon Sep 17 00:00:00 2001 From: joncrall Date: Sat, 27 Apr 2024 20:37:45 -0400 Subject: [PATCH] Attempt pin pytest --- requirements/tests.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 00379c53..9c7e20e5 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,4 +1,7 @@ -pytest>=6.2.5 ; python_version >= '3.10.0' # Python 3.10+ +pytest<=6.2.5 ; python_version < '4.0' and python_version >= '3.13' # Python 3.13+ +pytest<=6.2.5 ; python_version < '3.13' and python_version >= '3.12' # Python 3.12 +pytest<=6.2.5 ; 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>=4.6.0 ; python_version < '3.10.0' and python_version >= '3.7.0' # Python 3.7-3.9 pytest>=4.6.0 ; python_version < '3.7.0' and python_version >= '3.6.0' # Python 3.6 pytest>=4.6.0, <= 6.1.2 ; python_version < '3.6.0' and python_version >= '3.5.0' # Python 3.5