You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that aiosqlite 0.20 changed its queue implementation in omnilib/aiosqlite#271.
On this end, I'm using some of aiosqlite's internals to force its connection thread to end in order to avoid hanging if the application exits without using the CachedSession contextmanager or calling .close() (see #173, #187, #189).
So that's not their fault. I'll get that fixed soon.
The problem
In my package, I have two tests for checking caching. When I run the tests with
pytest
, I get this warning:As the traceback shows, this warning is suppressed and only shows up with
pytest
and not when running the code.Expected behavior
I am not sure if this behavior is intentional or not.
Steps to reproduce the behavior
Workarounds
N/A
Environment
0.11.0
3.11
The text was updated successfully, but these errors were encountered: