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

Work around Path.resolve bug in Windows py38/py39 #612

Merged
merged 2 commits into from
Sep 15, 2024

Conversation

akaihola
Copy link
Owner

@akaihola akaihola commented Aug 9, 2024

In some PRs, tests started failing on Python 3.8 and 3.9 when run in Windows. This was due to a Python bug, see python/cpython#82852. This PR adds a special case for those environments until we drop support for Python 3.9.

@akaihola akaihola added the bug Something isn't working label Aug 9, 2024
@akaihola akaihola self-assigned this Aug 9, 2024
@akaihola akaihola force-pushed the path-resolve-bug-win-py38-py39 branch 3 times, most recently from c5c9ded to 9fdadbd Compare August 9, 2024 05:35
@akaihola akaihola requested a review from tehunter August 9, 2024 05:50
@akaihola akaihola force-pushed the path-resolve-bug-win-py38-py39 branch from 9fdadbd to cc18296 Compare August 25, 2024 19:14
@akaihola akaihola force-pushed the path-resolve-bug-win-py38-py39 branch from cc18296 to 51046b6 Compare August 27, 2024 15:54
@akaihola akaihola force-pushed the path-resolve-bug-win-py38-py39 branch from 51046b6 to b60ff62 Compare August 27, 2024 20:47
@akaihola akaihola merged commit 77ee2fb into master Sep 15, 2024
38 checks passed
@akaihola akaihola deleted the path-resolve-bug-win-py38-py39 branch September 15, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

2 participants