Skip to content

Commit 7e2ba6f

Browse files
committed
fix: add importorskip for psycopg2 in acmg library tests
1 parent b6d703d commit 7e2ba6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/lib/test_acmg.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# ruff: noqa: E402
2+
13
import pytest
24
from sqlalchemy import select
35

6+
pytest.importorskip("psycopg2")
7+
48
from mavedb.lib.acmg import (
59
ACMGCriterion,
610
StrengthOfEvidenceProvided,

0 commit comments

Comments
 (0)