From ee7109b7d98008a2be7998401aef901c6998d071 Mon Sep 17 00:00:00 2001 From: Antoine Lambert <anlambert@softwareheritage.org> Date: Mon, 17 Feb 2025 16:17:43 +0100 Subject: [PATCH] tests: Remove no longer needed pytest custom marker named db This was used at the time we were building debian packages for swh components but we no longer do that. --- swh/core/db/tests/test_db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/swh/core/db/tests/test_db.py b/swh/core/db/tests/test_db.py index da1439a..1e1ddff 100644 --- a/swh/core/db/tests/test_db.py +++ b/swh/core/db/tests/test_db.py @@ -255,7 +255,6 @@ def db_with_data(test_db, request): db.conn.close() -@pytest.mark.db def test_db_connect(db_with_data): with db_with_data.cursor() as cur: cur.execute(INSERT_SQL, STATIC_ROW_IN) -- GitLab