From 5ae870460fa9aad7ccc52969938d5938bd26f433 Mon Sep 17 00:00:00 2001 From: robcxyz Date: Mon, 30 Sep 2024 20:59:04 +0530 Subject: [PATCH] chore: remove dumb conf wrapper thing --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index e15690d..04e3b74 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -90,7 +90,7 @@ def _set_env_from_file(self, filepath) -> list[tuple[str, str]]: return env_vars -@pytest.fixture(autouse=True) +@pytest.fixture() def config_override(request): """ Override the config with values in an .env.test file for tests. Needed for sensitive