blob: f01aaab2937e5c65a911857df0b189b24235c229 (
plain)
1
2
3
4
|
setuptools > 0.6 # pytest-xdist installed via requirements does not work with very old setuptools (sanity_ok)
unittest2 ; python_version < '2.7'
importlib ; python_version < '2.7'
ipaddress ; python_version < '3.0'
|