Skip to content

Commit 23a1997

Browse files
authored
Merge pull request #75 from jhlegarreta/FixNotebooksEnvWarning
MAINT: Fix `notebooks` testing configuration `env` warning
2 parents 8c3d8ad + 5d774dc commit 23a1997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pass_env =
6262
PYTHONHASHSEED
6363
ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS
6464
PATH
65-
extras = notebooks
65+
extras = test, notebooks
6666
commands =
6767
# pytest --nbmake docs/notebooks/*.ipynb
6868
# not working due to https://github.com/tox-dev/tox/issues/1571

0 commit comments

Comments
 (0)