# See ~/local/tools/supported_python_versions_pip.py for helper script
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 >= 4.6.0, <= 6.1.2  ; python_version < '3.6.0'  and python_version >= '3.5.0'   # Python 3.5
pytest >= 4.6.0, <= 4.6.11 ; python_version < '3.5.0'  and python_version >= '3.4.0'   # Python 3.4
pytest >= 4.6.0, <= 4.6.11 ; python_version < '2.8.0'  and python_version >= '2.7.0'   # Python 2.7

coverage>=5.2.1       ;                            python_version >= '3.6'    # Python 3.6+
coverage>=4.4.0       ; python_version < '3.6' and python_version >= '2.7'    # Python 2.7


xdoctest >= 0.15.10

pytest-cov >= 3.0.0           ;                               python_version >= '3.6.0'   # Python 3.6+
pytest-cov >= 2.9.0           ; python_version < '3.6.0'  and python_version >= '3.5.0'   # Python 3.5
pytest-cov >= 2.8.1           ; python_version < '3.5.0'  and python_version >= '3.4.0'   # Python 3.4
pytest-cov >= 2.8.1           ; python_version < '2.8.0'  and python_version >= '2.7.0'   # Python 2.7
