From e4467295c4b81e4b737df7a093787b64305692f2 Mon Sep 17 00:00:00 2001 From: joncrall Date: Mon, 29 Jan 2024 21:57:18 -0500 Subject: [PATCH] Remove test changes --- requirements/tests.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 14588cd..fa89e1b 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -3,13 +3,10 @@ # pytest (that are also compatible with xdoctest) are for each legacy python # major.minor version. # See ~/local/tools/supported_python_versions_pip.py for helper script -pytest >= 6.2.5, <8.0.0 ; python_version >= '3.10.0' and platform_system=="Windows" # Python 3.10+ -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' # 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-cov >= 3.0.0 ; python_version >= '3.6.0' # Python 3.6+