https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 62cf9890b77bf0a53c9f2950181a83e47cfff5fd authored by Jenkins for Software Heritage on 25 April 2022, 12:48:49 UTC
Updated backport on buster-swh from debian/1.3.2-1_swh1 (unstable-swh)
Tip revision: 62cf989
requirements-test.txt
hypothesis >= 3.11.0
pytest

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
types-toml
back to top