https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 90383fdbeb7ea876ddf3a597a2b86fc122e9bf17 authored by Jenkins for Software Heritage on 21 May 2021, 08:22:31 UTC
New upstream version 0.30.1
Tip revision: 90383fd
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