From 9921e734c8a966cb90b381d9ced791d002d1ba3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Mon, 26 Jan 2026 13:13:06 -0600 Subject: [PATCH] ci: Ensure env vars are passed to Tox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Edgar Ramírez Mondragón --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d8664dd4..46179dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,6 +166,11 @@ description = "Run test under {base_python}" dependency_groups = [ "test", ] +passenv = [ + "LOGLEVEL", + "GITHUB_TOKEN", + "ORG_LEVEL_TOKEN", +] commands = [["pytest", "--capture=no"]] [tool.tox.env.noconfig]