https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: a3b3dff7136767fa3d77aea9056d5230356b671a authored by Jenkins for Software Heritage on 29 March 2021, 12:44:14 UTC
Updated debian changelog for version 0.27.0
Tip revision: a3b3dff
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