Tests: get tox py36 tests working again

tox dependency virtualenv dropped support for creating
Python 3.6 environments in a minor release. [1]

Announce deprecation of Anymail Python 3.6 support.
Until that can take effect, pin an older version of
virtualenv that still works for tox py36 testenv.

[1]: See https://github.com/pypa/virtualenv/pull/2548#issuecomment-1527278210 et seq
This commit is contained in:
Mike Edmunds
2023-05-02 10:23:55 -07:00
parent 885eb9b98a
commit 8c31883c1a
3 changed files with 9 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ requirements_dev = [
"sphinx-rtd-theme",
"tox",
"twine",
"virtualenv<20.22.0", # tox dependency, pinned for Python 3.6 tox testenv
"wheel",
]