diff --git a/tox.ini b/tox.ini index 83cf8fb1d..4f5bd56e7 100644 --- a/tox.ini +++ b/tox.ini @@ -284,8 +284,7 @@ commands = [testenv:package] basepython = {env:PYTHON:python3} setenv = - PYTHONWARNINGS=error - VIRTUALENV_PIP=23.2 + PYTHONWARNINGS=error,default:pkg_resources is deprecated as an API.:DeprecationWarning deps = -r{toxinidir}/requirements.txt -r{toxinidir}/misc/requirements/requirements-dev.txt