Revision 753936ec3fbfaffb0939bb4e1c3b65a12b37b742 authored by Jenkins for Software Heritage on 14 January 2021, 10:18:32 UTC, committed by Jenkins for Software Heritage on 14 January 2021, 10:18:32 UTC
1 parent cee711b
Raw File
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