From 3a1db06ac5a69d1a786a08dcf75c0598593c7ee6 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 21 Apr 2019 16:13:25 -0700 Subject: [PATCH] Trim passenv (tox>=2.8) Committed via https://github.com/asottile/all-repos --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index fe777146b..54ce721b1 100644 --- a/tox.ini +++ b/tox.ini @@ -51,7 +51,6 @@ commands = pip wheel -w {envtmpdir}/build --no-deps . description = format the code base to adhere to our styles, and complain about what we cannot do automatically basepython = python3.7 passenv = {[testenv]passenv} - HOMEPATH # without PROGRAMDATA cloning using git for Windows will fail with an # `error setting certificate verify locations` error PROGRAMDATA