From 3bd83ff9a004d46413a0debe2fafbe5f7578b4d4 Mon Sep 17 00:00:00 2001 From: Tobias Deiminger Date: Sun, 4 Aug 2024 20:08:27 +0200 Subject: [PATCH] Debug: Why is CHROMEWEBDRIVER not defined in py37? Commit will be reverted. It doesn't work for tox -e py37-check, but works for tox -e py312-check. Will be reverted. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2e5b98ee1..969fe5e58 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ pass_env= CHROMEWEBDRIVER commands = python developer/pip_install_strictdoc_deps.py + bash -c 'echo "CHROMEWEBDRIVER = $CHROMEWEBDRIVER"' {posargs} [testenv:{py37,py38,py39,py310,py311,py312}-documentation]