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.8'     # Python 3.8-3.9

coverage>=6.1.1     ;                             python_version >= '3.10'    # Python 3.10+
coverage>=5.3.1     ; python_version < '3.10' and python_version >= '3.9'    # Python 3.9
coverage>=6.1.1     ; python_version < '3.9'  and python_version >= '3.8'    # Python 3.8

pytest-cov

xdoctest >= 1.1.5
