https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 5b5d0d33ddc73b551c1c1b1128f530573144ecc1 authored by Jenkins for Software Heritage on 14 May 2021, 16:59:38 UTC
New upstream version 0.29.1
Tip revision: 5b5d0d3
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-xdist
back to top