Skip to content
Snippets Groups Projects
Commit ee7109b7 authored by Antoine Lambert's avatar Antoine Lambert Committed by vlorentz
Browse files

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.
parent 955c001f
No related branches found
No related tags found
1 merge request!409tests: Remove no longer needed pytest custom marker named db
Pipeline #14186 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment