Skip to content

Commit

Permalink
Update Python dependencies
Browse files Browse the repository at this point in the history
The approach of sharing a database session across all tests and
truncating instead of dropping and recreating the schema between
tests broke horribly and confusingly with the latest version of
pytest-asyncio. Since this was only a minor performance improvement
that was usually dwarfed by other test delays, drop this rather than
fix it, which simplifies the test setup.
  • Loading branch information
rra committed Dec 4, 2023
1 parent 91dd2eb commit 9f34bec
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 162 deletions.
Loading

0 comments on commit 9f34bec

Please sign in to comment.