Revision 1bacea5c447395c496e2ba641ee3505c4ad85ea5 authored by Valentin Lorentz on 13 April 2021, 15:12:13 UTC, committed by Valentin Lorentz on 13 April 2021, 15:12:13 UTC
This makes 'tox -e sphinx-dev' not rely on the existence of
the database on the system.
1 parent c96942b
Raw File
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-xdist
back to top