Fix compatibility with newer versions of tox and virtualenv.

Review Request #14529 — Created July 29, 2025 and submitted

Information

Django Evolution
release-2.x

Reviewers

We were using some legacy settings and syntax for tox, and this
prevented newer versions from running our test suite. This change
updates the configuration to use newer setting names, to fix multi-line
lists of environment names, and to install a version of virtualenv
with support for older versions of Python.

Ran several test suites with a modern version of tox.

Summary ID
Fix compatibility with newer versions of tox and virtualenv.
We were using some legacy settings and syntax for `tox`, and this prevented newer versions from running our test suite. This change updates the configuration to use newer setting names, to fix multi-line lists of environment names, and to install a version of `virtualenv` with support for older versions of Python.
e71e48c325ba2f467d4a33c0c0b45bd4b8206e71
david
  1. Ship It!
  2. 
      
chipx86
Review request changed
Status:
Completed
Change Summary:
Pushed to release-2.x (6d846e9)