summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-05-09 10:28:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-05-10 07:47:52 -0400
commit7e3e58ce198d9319bb2279c2da4b1f298914d8a5 (patch)
tree1af3b0f99f5e37c47789bf93519392e08eb24094 /tox.ini
parente009a87b5578cb16099b697ba8395c8f6bdd70f3 (diff)
parenta7cfb56a7b1eaa95824d81a34e8e70b85d42f784 (diff)
downloadpython-setuptools-git-7e3e58ce198d9319bb2279c2da4b1f298914d8a5.tar.gz
Merge https://github.com/pypa/distutils into feature/distutils-a7cfb56a7b1eaa
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 1 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index 973f3763..bb2e7cb1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist = python
-minversion = 3.2
+minversion = 3.25
# https://github.com/jaraco/skeleton/issues/6
tox_pip_extensions_ext_venv_update = true
toxworkdir={env:TOX_WORK_DIR:.tox}
@@ -20,10 +20,6 @@ passenv =
windir # required for test_pkg_resources
# honor git config in pytest-perf
HOME
- # workaround for tox-dev/tox#2382
- PROGRAMDATA
- PROGRAMFILES
- PROGRAMFILES(x86)
[testenv:integration]
deps = {[testenv]deps}
@@ -31,10 +27,6 @@ extras = testing-integration
passenv =
{[testenv]passenv}
DOWNLOAD_PATH
- # workaround for tox-dev/tox#2382
- PROGRAMDATA
- PROGRAMFILES
- PROGRAMFILES(x86)
setenv =
PROJECT_ROOT = {toxinidir}
commands =