Skip to content

Commit

Permalink
Debug: Why is CHROMEWEBDRIVER not defined in py37? Commit will be rev…
Browse files Browse the repository at this point in the history
…erted.

It doesn't work for tox -e py37-check, but works for tox -e py312-check.

Will be reverted.
  • Loading branch information
haxtibal committed Aug 4, 2024
1 parent db27dcd commit 3bd83ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3bd83ff

Please sign in to comment.