https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: cc3eb4b175b4c14527a03e9a0fb2391aaf07ca9e authored by Nicolas Dandrimont on 16 February 2021, 16:02:43 UTC
Switch anonymized replayer test to use pytest parametrization
Tip revision: cc3eb4b
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