python: remove DCC_PY_LIVECONFIG references from all scripts

This variable is not used anymore.
This commit is contained in:
link2xt
2021-04-11 05:49:36 +03:00
committed by link2xt
parent ce4675e9f7
commit b5f2752e41
6 changed files with 1 additions and 9 deletions

View File

@@ -39,7 +39,6 @@ mkdir -p $TOXWORKDIR
# XXX we may switch on some live-tests on for better ensurances
# Note that the independent remote_tests_python step does all kinds of
# live-testing already.
unset DCC_PY_LIVECONFIG
unset DCC_NEW_TMP_EMAIL
tox --workdir "$TOXWORKDIR" -e py35,py36,py37,py38,auditwheels
popd