requirements-test: Pin pytest to < 7.0.0

Related to T3916
This commit is contained in:
Antoine R. Dumont (@ardumont) 2022-02-07 16:10:49 +01:00
parent a599493b48
commit a1000dfeb7
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -1,4 +1,4 @@
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
requests_mock
types-click