Revision 25f584ffc4d27017f0ee94a95f9fbdf3e4c5a311 authored by Nicolas Dandrimont on 04 June 2020, 14:14:07 UTC, committed by Nicolas Dandrimont on 04 June 2020, 14:14:07 UTC
Using the in-memory journal writer sometimes makes the tests hang when (very)
large objects are used. This works around the issue.
1 parent f9b2ca3
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