Revision 99a28ad30b14ec72b8458ecd9503b22b7898e323 authored by Antoine R. Dumont (@ardumont) on 20 July 2020, 08:41:02 UTC, committed by Antoine R. Dumont (@ardumont) on 20 July 2020, 09:01:26 UTC
The storage fixtures now uses the swh.model.tests.generate_data_test instead

Related to T2494
1 parent 03e17c3
Raw File
requirements-test.txt
hypothesis >= 3.11.0
pytest
pytest-mock
pytest-postgresql >= 2.1.0
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