From bd5e7b3aeb790fc5c7f1e09e71052f50a8768e93 Mon Sep 17 00:00:00 2001 From: rdimaio Date: Fri, 12 Jan 2024 13:15:55 +0100 Subject: [PATCH] Testing: Remove unnecessary test test_active #5522 --- tests/test_import_export.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_import_export.py b/tests/test_import_export.py index 06e40a62f3..6bd7128c9e 100644 --- a/tests/test_import_export.py +++ b/tests/test_import_export.py @@ -81,11 +81,6 @@ def reset_rses(): db_session.commit() -def test_active(): - db_session = session.get_session() - assert db_session.bind.dialect.name != 'sqlite' - - @pytest.fixture def importer_example_data(vo): if not config_has_section('importer'):