requirements-test: Remove pytest pinning to < 7

pytest-postgresql 3.1.3 and pytest-redis 2.4.0 added support for
pytest >= 7 so we can now drop the pytest pinning.
This commit is contained in:
Antoine Lambert 2022-04-06 17:14:45 +02:00
parent fea6fc04aa
commit b766b64088

View file

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