https://github.com/SoftwareHeritage/swh-storage
Revision 18967ed4a5f2eb67c57ae34ed913073b45bedc90 authored by Nicolas Dandrimont on 04 February 2021, 09:14:59 UTC, committed by Nicolas Dandrimont on 04 February 2021, 09:19:34 UTC
1 parent 9a9f234
Raw File
Tip revision: 18967ed4a5f2eb67c57ae34ed913073b45bedc90 authored by Nicolas Dandrimont on 04 February 2021, 09:14:59 UTC
buffer: add type annotations for tests
Tip revision: 18967ed
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