We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a340fb9 commit 1507655Copy full SHA for 1507655
1 file changed
tests/unit/dags/conftest.py
@@ -9,7 +9,7 @@
9
from dags.fetch_notices_by_date import FETCHER_DAG_NAME
10
from tests import AIRFLOW_DAG_FOLDER
11
12
-@pytest.fixture(scope="session", autouse=True)
+@pytest.fixture(scope="module", autouse=True)
13
def setup_airflow():
14
# Setup
15
temp_db_file = tempfile.NamedTemporaryFile(mode="w+", suffix=".db")
0 commit comments