diff --git a/requirements-test.txt b/requirements-test.txt index 8662be4f..a33e143a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,15 +1,16 @@ hypothesis >= 3.11.0 -pytest +pytest < 7.0.0 # v7.0.0 removed _pytest.tmpdir.TempdirFactory, which is used by some of the pytest plugins we use + 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