diff --git a/test/test_insert.py b/test/test_insert.py index f08d5c53..98948706 100644 --- a/test/test_insert.py +++ b/test/test_insert.py @@ -9,7 +9,9 @@ pytestmark = pytest.mark.skip(reason="Skip until ModuleNotFoundError is fixed") -from src.crud.insert import insert_log # , insert_specific_log +insert_log = pytest.importorskip("src.crud.insert.insert_log") + +# from src.crud.insert import insert_log # , insert_specific_log def setup():