diff --git a/tests/storage/psql_dos/test_backend.py b/tests/storage/psql_dos/test_backend.py index a2b700372f..f3c58bf32c 100644 --- a/tests/storage/psql_dos/test_backend.py +++ b/tests/storage/psql_dos/test_backend.py @@ -106,6 +106,7 @@ def mock_maintain(self, live=True, dry_run=False, compress=False, **kwargs): assert text in message_list +@pytest.mark.usefixtures('aiida_profile_clean') def test_get_info(monkeypatch): """Test the ``get_info`` method.""" from aiida import orm