https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 4825f40a4fc12182ffa94a16f0f6fbf50db45038 authored by Valentin Lorentz on 05 August 2022, 08:08:01 UTC
Fix flakiness in test_directory_add_get_arbitrary
Tip revision: 4825f40
requirements-test.txt
hypothesis >= 3.11.0
pytest

pytest-mock
# 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-redis
pytest-xdist
types-python-dateutil
types-pytz
types-pyyaml
types-redis
types-requests
types-toml
back to top