Skip to content

Commit

Permalink
Added skip_py to SQLAlchemyPanel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Aug 28, 2021
1 parent 8f565a7 commit 3552b0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/panels/sqlalchemy/test_sqlalchemy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from ...mark import override_panels
from ...mark import override_panels, skip_py
from ...testclient import TestClient


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

0 comments on commit 3552b0b

Please sign in to comment.