swh-lister/requirements-test.txt
Antoine R. Dumont (@ardumont) a1000dfeb7
requirements-test: Pin pytest to < 7.0.0
Related to T3916
2022-02-07 16:10:49 +01:00

6 lines
181 B
Text

pytest < 7.0.0 # v7.0.0 removed _pytest.tmpdir.TempdirFactory, which is used by some of the pytest plugins we use
pytest-mock
requests_mock
types-click
types-pyyaml
types-requests