Skip to content

Commit 2d998ac

Browse files
committed
make sure tox passes the PYTEST_ADDOPTS env
1 parent 15b2a2d commit 2d998ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ extras =
8080
interactive
8181
test
8282
setenv = linux: PYTEST_FLAGS=--test-napari
83-
passenv = TOXENV,CI,CODECOV_*,GITHUB_ACTIONS,PYTEST_FLAGS,DISPLAY,XAUTHORITY,MPLBACKEND
83+
passenv = TOXENV,CI,CODECOV_*,GITHUB_ACTIONS,PYTEST_FLAGS,DISPLAY,XAUTHORITY,MPLBACKEND,PYTEST_ADDOPTS
8484
usedevelop = true
8585
commands =
8686
python -m pytest --color=yes --cov --cov-append --cov-report=xml --cov-config={toxinidir}/tox.ini --ignore docs/ {posargs:-vv} {env:PYTEST_FLAGS:}

0 commit comments

Comments
 (0)