Revision 4e2a041748f07513759f1114afd496e2c2ebf7ca authored by Antoine R. Dumont (@ardumont) on 16 February 2021, 09:52:13 UTC, committed by Antoine R. Dumont (@ardumont) on 16 February 2021, 11:05:21 UTC
1 parent ce15713
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