Secure Environment Variables not available in Python Build if using Tox

tox is the culprit. It removes envvars arbitrarily from test Python processes. See

for another case where this practice causes problems. See that topic for a workaround and raise the issue with Tox developers if you want it changed.