-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
CI Failures on Windows for Python 3.12.0a5 #1087
Comments
I'd like @mhsmith's take on this to be certain, but I think your analysis is correct - absolute paths are invalid tests in this case. I could even see an argument that paths are invalid - it's a list of packages that should be extracted, not a list of paths, to my understanding. I think the paths will always be "android local" paths, and relative to the bundled Android app, so referring to them as if they were OS-local paths (and using Pathlib, which will use platform-appropriate separators) seems misleading at best. |
These paths are actually from the project's |
The backport should have been released in 3.11.2, so in #1088 I've set that as the minimum version where we expect the new behavior. It was only released yesterday, so GitHub Actions hasn't picked it up yet. |
Describe the bug
CI is failing on Windows for (recently released) Python 3.12.0a5.
(output augmented to include additional information)
Steps to reproduce
Run CI.
Expected behavior
CI should succeed.
I believe this CPython change is causing this new behavior.
I am not entirely sure what is necessary to resolve this, though. Based on the CPython fix, these are not really valid paths for Windows.
Notably, this CPython fix was backported to 3.11.
Screenshots
No response
Environment
3.12.0a5
0.3.13.dev33+g8d503064.d20230208
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: