From 4323c306b860e4d03339f4864a88ce00a55a7838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kili=C3=A7=20Ilkan=20Fabrice?= Date: Wed, 7 Feb 2024 11:17:39 +0100 Subject: [PATCH] passenv --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index fc48f29e..452d3cc1 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ python = [testenv] envdir = {toxworkdir}/py3-test +passenv = KRB5CCNAME, DISPLAY, https_proxy, USER, GIT_SSH_COMMAND, HOME, HOC_LIBRARY_PATH deps = pytest>=7.3.1 scipy>=1.10.1