https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 14739c531f48624eaa3e21fed1cf59b051e00454 authored by Valentin Lorentz on 01 March 2021, 16:38:44 UTC
RawExtrinsicMetadata: update to use the API in swh-model 1.0.0
Tip revision: 14739c5
requirements-test.txt
hypothesis >= 3.11.0, < 6
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