summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri+github@gmail.com>2022-03-20 19:29:56 +0000
committerGitHub <noreply@github.com>2022-03-20 19:29:56 +0000
commit3b3bbfdd5c793f2c414c7906181cd95d9674f916 (patch)
tree5a35889b73907397eb9432228ff4999023246ff1 /tox.ini
parenta2230a509bcd0f4c308ee59bd1eeac6def0e5d2b (diff)
downloadpython-setuptools-git-3b3bbfdd5c793f2c414c7906181cd95d9674f916.tar.gz
Use the same comment as distutils
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ca29dbbb..22c796ff 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,7 @@ passenv =
windir # required for test_pkg_resources
# honor git config in pytest-perf
HOME
- # Microsoft's compiler suite (pypa/distutils#118)
+ # workaround for tox-dev/tox#2382
PROGRAMDATA
PROGRAMFILES
PROGRAMFILES(x86)
@@ -31,7 +31,7 @@ extras = testing-integration
passenv =
{[testenv]passenv}
DOWNLOAD_PATH
- # Microsoft's compiler suite (pypa/distutils#118)
+ # workaround for tox-dev/tox#2382
PROGRAMDATA
PROGRAMFILES
PROGRAMFILES(x86)