Skip to content

Commit

Permalink
fix: remove purge
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Dec 16, 2024
1 parent 490ce3f commit 1fe9e55
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@


async def test_sqlalchemy_declarative_models(tmp_path: Path, monkeypatch: MonkeyPatch) -> None:
purge_module(["docs.examples.contrib.sqlalchemy.sqlalchemy_declarative_models"], __file__)
engine = create_async_engine(f"sqlite+aiosqlite:///{tmp_path}/test.sqlite", poolclass=NullPool)

session_config = AsyncSessionConfig(expire_on_commit=False)
Expand Down

0 comments on commit 1fe9e55

Please sign in to comment.