Skip to content
Snippets Groups Projects
Commit 0e517e6b authored by Antoine Lambert's avatar Antoine Lambert Committed by Nicolas Dandrimont
Browse files

requirements-test: Pin pytest to < 7.0.0

pytest v7.0.0 removed _pytest.tmpdir.TempdirFactory, which is used
by some of the pytest plugins we use.
parent f2cf669b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ djangorestframework-stubs
django-stubs
django-test-migrations
hypothesis
pytest
pytest < 7.0.0 # v7.0.0 removed _pytest.tmpdir.TempdirFactory, which is used by some of the pytest plugins we use
pytest-django
pytest-mock
requests-mock != 1.9.0, != 1.9.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment