Skip to content

Commit

Permalink
Don't pass any extra envs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 14, 2024
1 parent 978cd2a commit a5ed0f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ passenv =
PROGRAMDATA
PROGRAMFILES(X86)
PYTEST_ADDOPTS
PY_COLORS
TERM
MYPY_FORCE_COLOR
MYPY_FORCE_TERMINAL_WIDTH
; PY_COLORS
; TERM
; MYPY_FORCE_COLOR
; MYPY_FORCE_TERMINAL_WIDTH
deps = -rtest-requirements.txt
commands = python -m pytest {posargs}

Expand Down

0 comments on commit a5ed0f6

Please sign in to comment.