Skip to content

Commit 3552b0b

Browse files
author
mongkok
committed
Added skip_py to SQLAlchemyPanel tests
1 parent 8f565a7 commit 3552b0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/panels/sqlalchemy/test_sqlalchemy.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
from ...mark import override_panels
1+
from ...mark import override_panels, skip_py
22
from ...testclient import TestClient
33

44

5+
@skip_py(3, 7)
56
@override_panels(["debug_toolbar.panels.sqlalchemy.SQLAlchemyPanel"])
67
def test_sqlalchemy(client: TestClient) -> None:
78
store_id = client.get_store_id("/sql")

0 commit comments

Comments
 (0)