Update pytest for django-evolution release-2.x.
Review Request #14867 — Created March 2, 2026 and submitted — Latest diff uploaded
pip auditis showing an insecure dependency onpywith no available
fix. It seems like that package is getting pulled in by the very old
version of pytest-env that was pinned in dev-requirements.txt. This
change updates pytest and pytest-env for modern(ish) versions of Python.
Ran unit tests.