summaryrefslogtreecommitdiffstats
path: root/test-requirements.in
blob: ce938e7ae7e3d05cb25dcb2fd69f19117d2a11fe (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env pip-compile -q --allow-unsafe --output-file=test-requirements.txt
# Avoid using --generate-hashes as it breaks pip install from tox with:
# ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not:
#    ansible<2.10,>=2.9 from
pytest >= 6.0.1
pytest-cov >= 2.10.1
pytest-xdist >= 2.1.0
# Needed to avoid DeprecationWarning errors in pytest:
setuptools >= 49.6.0