Revision 024eaea78b8075bcf75a3eda34fa43f4fc5f3672 authored by Antoine R. Dumont (@ardumont) on 13 January 2020, 15:14:50 UTC, committed by Antoine R. Dumont (@ardumont) on 14 January 2020, 10:38:20 UTC
Clients will be able to introspect directly from the result whether a content
is known or not.
1 parent 07b6dc3
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
back to top