Update pytest dependencies and configuration for better compatibility.

Review Request #11995 — Created Jan. 24, 2022 and submitted

Information

Django Evolution
release-2.x

Reviewers

We now install the right versions of pytest and pytest-env for the
right versions of Python.

Pytest is now configured to require the necessary plugins before it
runs, and to test explicitly the files, functions, and classes we want
it to test.

Successfully installed the right packages in a series of virtualenvs.

All unit tests pass for all supported versions of Django and Python.

Verified both with tox.

Summary ID
Update pytest dependencies and configuration for better compatibility.
We now install the right versions of `pytest` and `pytest-env` for the right versions of Python. Pytest is now configured to require the necessary plugins before it runs, and to test explicitly the files, functions, and classes we want it to test.
6cadea8ecf77f2aa29dd67c97711f60667d3cdf3
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.x (6ab5b94)
Loading...