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
Commit 85b53d4 changed the location of the test sqlite file from
the PWD to /tmp. (I believe this was because, due to permission
issues, the file was not being removed, and subsequent tests were
failing as a result).
Use tempfile.gettempdir to be more portable.
0 commit comments