https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 96d7d7de9808b2850d4216348210717f951322c6 authored by Jenkins for Software Heritage on 17 November 2021, 09:20:41 UTC
Updated backport on buster-swh from debian/0.40.0-2_swh1 (unstable-swh)
Tip revision: 96d7d7d
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
back to top