From 98250acd21b8fc51a0a4ac20f8e062c348be64f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Kr=C4=8Dek?= Date: Mon, 14 Oct 2024 09:33:52 +0200 Subject: [PATCH] Add passenv to tox.ini --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index fa8d31a..7af07b8 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,8 @@ envlist = py311, flake8, bandit, codespell, unit, coverage basepython = python3.11 deps = -r {toxinidir}/test-requirements.txt -r {toxinidir}/requirements.txt +pass_env = app_env, app_id, api_hash, bot_token, \ + storage, allowed_ids, log_level [testenv:flake8] commands = flake8 telegram_downloader_bot/