From f864cf571da4f0ea205b3d498297760382b992bb Mon Sep 17 00:00:00 2001 From: DustyArmstrong Date: Tue, 13 Feb 2024 09:28:35 +0000 Subject: [PATCH] Removed collect_ignore_glob --- tests/components/metoffice/conftest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/components/metoffice/conftest.py b/tests/components/metoffice/conftest.py index 0f55bece819453..b1d1c9f508e27c 100644 --- a/tests/components/metoffice/conftest.py +++ b/tests/components/metoffice/conftest.py @@ -4,8 +4,6 @@ from datapoint.exceptions import APIException import pytest -collect_ignore_glob = ["test_*.py"] - @pytest.fixture def mock_simple_manager_fail():