Skip to content
Snippets Groups Projects
Commit 58706c38 authored by vlorentz's avatar vlorentz
Browse files

Add minimum version requirement for pytest

Using older versions works for passing tests, but assertion failures
cause a very obscure traceback on teardown
parent 1402ec5e
No related branches found
Tags v0.0.395
No related merge requests found
......@@ -5,7 +5,7 @@ django-test-migrations
hypothesis
# TODO: remove that pin once we bump mypy to > 0.950 in tox.ini
mypy == 0.942
pytest
pytest >= 7.0.0 # older versions work too, but assertion failures cause https://github.com/untitaker/pytest-subtesthack/issues/4
pytest-django
pytest-mock
pytest-postgresql < 4.0.0
......
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