diff --git a/tests/conftest.py b/tests/conftest.py index d222816085f6e..29a4f126ff920 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -361,6 +361,7 @@ def __enter__(self): def __exit__(self, exc_type, exc_value, traceback): del self.model + cleanup() @pytest.fixture