Revision 7beba93a970231e044d48b21491d7c0dbbd43116 authored by Antoine R. Dumont (@ardumont) on 30 July 2020, 07:58:40 UTC, committed by Antoine R. Dumont (@ardumont) on 30 July 2020, 12:10:12 UTC
This leverages the latest change in origin_visit_get and
origin_visit_status_get to iterate over visit and visit status to detect a
snapshot targetting a revision.

This algo got used recently in the deposit. It may serve again.

Related to T645
1 parent b81f928
Raw File
requirements-test.txt
hypothesis >= 3.11.0
pytest
pytest-mock
pytest-postgresql >= 2.1.0
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