https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 9243ffe751de4b29df7c96aa0ccc7c1052ac4379 authored by Jenkins for Software Heritage on 22 March 2021, 21:58:45 UTC
Updated backport on buster-swh from debian/0.26.0-1_swh1 (unstable-swh)
Tip revision: 9243ffe
requirements-test.txt
hypothesis >= 3.11.0
pytest
pytest-mock
sqlalchemy-stubs
# 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-xdist
back to top