Revision 3abf6b3f7e72b16b8b91dfac9d45ddc1b7fad072 authored by Antoine R. Dumont (@ardumont) on 16 July 2020, 10:30:55 UTC, committed by Antoine R. Dumont (@ardumont) on 16 July 2020, 12:00:46 UTC
Only the storage module needs it.

This should fix the debian jenkins build [1]

[1] https://jenkins.softwareheritage.org/view/Debian%20packages/job/debian/job/packages/job/DLDBASE/job/gbp-buildpackage/153/console
1 parent a688e82
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