Skip to content

Commit

Permalink
Remove test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jan 30, 2024
1 parent 0be7a3c commit e446729
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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+

Expand Down

0 comments on commit e446729

Please sign in to comment.