coverage >= 5.2.1
xdoctest >= 0.15.6
timerit >= 0.3.0

# Pin maximum pytest versions for older python versions
# ~/local/tools/supported_python_versions_pip.py
pytest >= 6.2.4
# pytest >= 5.0.0            ;                              python_version >= '3.7.0'   # Python 3.7+
# 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 >= 3.3.1, <= 4.6.11 ; python_version < '3.5.0' and python_version >= '3.4.0'   # Python 3.4
# pytest >= 3.3.1, <= 4.6.11 ; python_version < '2.8.0' and python_version >= '2.7.0'   # Python 2.7

#
pytest-cov >= 2.12.1          ;                              python_version >= '3.6.0'
pytest-cov >= 2.0.0, <  2.6.0 ; python_version < '3.6.0'
