From ff83aef2b338a4d26c0e2cd0af8502dff52a6b81 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 15 May 2025 17:52:34 +0100 Subject: [PATCH] trying to pass to env --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d9384f58..19a4ad9a 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = py311 skipsdist = True [testenv] +passenv = EPC_AUTH_TOKEN description = Install dependencies and run tests deps = -rbackend/engine/requirements.txt