Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-41998: Update Python dependencies #910

Merged
merged 1 commit into from
Dec 4, 2023
Merged

DM-41998: Update Python dependencies #910

merged 1 commit into from
Dec 4, 2023

Conversation

rra
Copy link
Member

@rra rra commented Dec 4, 2023

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.

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.
@rra rra enabled auto-merge December 4, 2023 19:58
@rra rra merged commit c68b204 into main Dec 4, 2023
5 checks passed
@rra rra deleted the tickets/DM-41998 branch December 4, 2023 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant