From 9a1c1731e5372d2aed86927a45870cb2682f0cea Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 12 Dec 2022 13:45:30 -0500 Subject: [PATCH] fix pasenv vars --- tox.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 575839b27..87fadab7e 100644 --- a/tox.ini +++ b/tox.ini @@ -36,9 +36,9 @@ commands = [testenv:docs] description = Build the documentation with makefile under {basepython} setenv = + !notebooks: SKIP_NOTEBOOKS = 1 PYTHONPATH = {toxinidir} READTHEDOCS = 1 - !notebooks: SKIP_NOTEBOOKS = 1 commands = make docs allowlist_externals = @@ -88,7 +88,10 @@ setenv = COV_CORE_SOURCE = PYTEST_ADDOPTS = "--color=yes" PYTHONPATH = {toxinidir} -passenv = CI GITHUB_* LD_LIBRARY_PATH +passenv = + CI + GITHUB_* + LD_LIBRARY_PATH extras = dev deps = coverage: coveralls