sqlite-utils icon indicating copy to clipboard operation
sqlite-utils copied to clipboard

Test against Python 3.11-dev

Open simonw opened this issue 3 years ago • 1 comments

Same as:

  • https://github.com/simonw/datasette/issues/1621

simonw avatar Feb 02 '22 22:02 simonw

This broke on Windows: https://github.com/simonw/sqlite-utils/runs/5056912641

            if recreate and os.path.exists(filename_or_conn):
>               os.remove(filename_or_conn)
E               PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-runneradmin\\pytest-0\\test_recreate_False_True_0\\data.db'

I'm going to revert it from main for the moment.

simonw avatar Feb 03 '22 21:02 simonw