Skip to content

Commit

Permalink
tox: removed passenv=*, more strictness
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Nov 10, 2022
1 parent b8b9881 commit 818ffa1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ deps =
skip_install = true
commands =
python ci/bootstrap.py --no-env
passenv =
*
; a generative tox configuration, see: https://tox.readthedocs.io/en/latest/config.html#generative-envlist

[tox]
Expand All @@ -28,8 +26,6 @@ basepython =
setenv =
PYTHONPATH={toxinidir}/tests
PYTHONUNBUFFERED=yes
passenv =
*
usedevelop = false
deps =
pytest
Expand Down

0 comments on commit 818ffa1

Please sign in to comment.