Skip to content

Commit 7b34098

Browse files
committed
Try without the metadata bit
1 parent 55388f4 commit 7b34098

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/util/test_processing_db.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
import pytest
4-
from sqlalchemy import MetaData, create_engine
4+
from sqlalchemy import create_engine
55
from sqlalchemy.orm import sessionmaker
66
from sqlmodel import Session, select
77

@@ -64,7 +64,3 @@ def test_processing_tables_exist(murfey_db_url):
6464
assert murfey_db_session.exec(select(DataCollectionGroup)).all() == []
6565

6666
connection.close()
67-
metadata = MetaData()
68-
metadata.create_all(engine)
69-
metadata.reflect(engine)
70-
metadata.drop_all(engine)

0 commit comments

Comments
 (0)