-
-
Notifications
You must be signed in to change notification settings - Fork 14
Unit tests fails with Python 3.13.0 alpha 3 #39
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
Comments
Probably related: python/cpython@e4ff131 |
penguinpee
added a commit
to penguinpee/pathvalidate
that referenced
this issue
Aug 13, 2024
The evaluation of absolute paths on Windows has been changed in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html#os-path Fix thombashi#39.
thombashi
added a commit
that referenced
this issue
Aug 22, 2024
- If `platform` argument is `windows` or `universal`, filepaths ending with a space or a period are should be detected as an error - Fix POSIX-style absolute paths were not detected as errors with `platform="windows"` on Python 3.12 and below Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
thombashi
added a commit
that referenced
this issue
Aug 22, 2024
- If `platform` argument is `windows` or `universal`, filepaths ending with a space or a period are should be detected as an error - Fix POSIX-style absolute paths were not detected as errors with `platform="windows"` on Python 3.12 and below Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
@hegjon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For more details: https://bugzilla.redhat.com/show_bug.cgi?id=2259547
The bugzilla issue was with pathvalidate 2.5.2. Here is the locally reproduced output with pathvalidate 3.2.0:
The text was updated successfully, but these errors were encountered: