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

Test against Python 3.11-dev #394

Open
simonw opened this issue Feb 2, 2022 · 1 comment
Open

Test against Python 3.11-dev #394

simonw opened this issue Feb 2, 2022 · 1 comment
Labels

Comments

@simonw
Copy link
Owner

simonw commented Feb 2, 2022

Same as:

@simonw simonw added the ci label Feb 2, 2022
simonw added a commit that referenced this issue Feb 2, 2022
@simonw
Copy link
Owner Author

simonw commented Feb 3, 2022

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 added a commit that referenced this issue Feb 3, 2022
It breaks on Windows. Refs #394
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant