From 41015665bd60934bc7480419d9d6471f02ed84ef Mon Sep 17 00:00:00 2001 From: Kaya <95276965+kytpbs@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:36:32 +0300 Subject: [PATCH] give env variables to tox --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index dcb8e80..f0e205b 100644 --- a/tox.ini +++ b/tox.ini @@ -14,5 +14,6 @@ description = run the tests with pytest deps = pytest>=8 -r requirements.txt +passenv = * commands = python -m pytest