Skip to content

Commit b659239

Browse files
author
mongkok
committed
Removed unused skip_py
1 parent a9971cb commit b659239

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/panels/sqlalchemy/test_sqlalchemy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
from ...mark import override_panels, skip_py
1+
from ...mark import override_panels
22
from ...testclient import TestClient
33

44

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

0 commit comments

Comments
 (0)