https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: e4c4983250b19f4952a596905e449b9fa460bac8 authored by Jenkins for Software Heritage on 08 February 2022, 09:45:21 UTC
Updated backport on buster-swh from debian/0.43.1-1_swh1 (unstable-swh)
Tip revision: e4c4983
requirements-test.txt
hypothesis >= 3.11.0
pytest < 7.0.0  # v7.0.0 removed _pytest.tmpdir.TempdirFactory, which is used by some of the pytest plugins we use

pytest-mock
# pytz is in fact a dep of swh.model[testing] and should not be necessary, but
# the dep on swh.model in the main requirements-swh.txt file shadows this one
# adding the [testing] extra.
swh.model[testing] >= 0.0.50
pytz
pytest-redis
pytest-xdist
types-python-dateutil
types-pytz
types-pyyaml
types-redis
types-requests
back to top