https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 45803cf0b0908d009ba31436edc4d9af6a9a5722 authored by Jenkins for Software Heritage on 20 January 2021, 09:29:52 UTC
New upstream version 0.20.0
Tip revision: 45803cf
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