Skip to content

Commit b533459

Browse files
author
Deepwater
committed
REMOVE: test case for deprecated wrap_sqlalchemy_exception.
This appears to be handled separately in __getattr__
1 parent 265f721 commit b533459

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/unit/test_sqla_deprecation.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
"repository",
2020
),
2121
("ModelT", "litestar.plugins.sqlalchemy.repository", "repository"),
22-
(
23-
"wrap_sqlalchemy_exception",
24-
"litestar.plugins.sqlalchemy.exceptions",
25-
"exceptions",
26-
),
2722
],
2823
)
2924
def test_sqla_contrib_deprecations(import_name: str, module: str, module_name: str) -> None:

0 commit comments

Comments
 (0)