From 0be7a3c3a4f33eca853cb9ed780dd8862b78a0f7 Mon Sep 17 00:00:00 2001 From: joncrall Date: Mon, 29 Jan 2024 21:29:10 -0500 Subject: [PATCH] Fix test req --- requirements/tests.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 5c11eb3..14588cd 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -7,9 +7,9 @@ pytest >= 6.2.5, <8.0.0 ; python_versio pytest >= 4.6.0, <8.0.0 ; python_version < '3.10.0' and python_version >= '3.7.0' and platform_system=="Windows" # Python 3.7-3.9 pytest >= 4.6.0, <8.0.0 ; python_version < '3.7.0' and python_version >= '3.6.0' and platform_system=="Windows" # Python 3.6 -pytest >= 6.2.5, ; python_version >= '3.10.0' and platform_system!="Windows" # Python 3.10+ -pytest >= 4.6.0, ; python_version < '3.10.0' and python_version >= '3.7.0' and platform_system!="Windows" # Python 3.7-3.9 -pytest >= 4.6.0, ; python_version < '3.7.0' and python_version >= '3.6.0' and platform_system!="Windows" # Python 3.6 +pytest >= 6.2.5 ; python_version >= '3.10.0' and platform_system!="Windows" # Python 3.10+ +pytest >= 4.6.0 ; python_version < '3.10.0' and python_version >= '3.7.0' and platform_system!="Windows" # Python 3.7-3.9 +pytest >= 4.6.0 ; python_version < '3.7.0' and python_version >= '3.6.0' and platform_system!="Windows" # Python 3.6 pytest-cov >= 3.0.0 ; python_version >= '3.6.0' # Python 3.6+