https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 9a9f234e0acd5dd2c5710e6ccb85409ba6221d44 authored by Antoine R. Dumont (@ardumont) on 29 January 2021, 17:50:04 UTC
storage: Make origin_get_latest_visit_status return OriginVisitStatus
Tip revision: 9a9f234
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