xdoctest>=1.1.5

pytest>=6.2.5

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

pytest-timeout>=1.4.2 

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
