xdoctest >= 1.1.5

# xdev availpkg pytest
pytest>=6.2.5            ;                               python_version >= '3.10.0'  # Python 3.10+
pytest>=6.2.4            ; python_version < '3.10.0' and python_version >= '3.7.0'   # Python 3.7-3.9

pytest-cov>=3.0.0           ;                            python_version >= '3.6.0'   # Python 3.6+

# xdev availpkg pytest-timeout
pytest-timeout>=1.4.2

# xdev availpkg xdoctest
# xdev availpkg coverage
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
