-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-92670: Skip test_copyfile_nonexistent_dir test on AIX #92718
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
Conversation
The test uses a trailing slash to force the OS consider the path as a directory, but on AIX the trailing slash has no effect and is considered as a file.
Every change to Python requires a NEWS entry. Please, add it using the blurb_it Web app or the blurb command-line tool. |
Misc/NEWS.d/next/Tests/2022-05-12-05-51-06.gh-issue-92670.7L43Z_.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Tests/2022-05-12-05-51-06.gh-issue-92670.7L43Z_.rst
Outdated
Show resolved
Hide resolved
Resolves gh-92670 |
Thanks @ayappanec for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @ayappanec for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-92947 is a backport of this pull request to the 3.10 branch. |
…ir on AIX (pythonGH-92718) (cherry picked from commit 654032a) Co-authored-by: Ayappan Perumal <[email protected]>
…ir on AIX (pythonGH-92718) (cherry picked from commit 654032a) Co-authored-by: Ayappan Perumal <[email protected]>
GH-92948 is a backport of this pull request to the 3.11 branch. |
…AIX (GH-92718) (cherry picked from commit 654032a) Co-authored-by: Ayappan Perumal <[email protected]>
…AIX (GH-92718) (cherry picked from commit 654032a) Co-authored-by: Ayappan Perumal <[email protected]>
The test uses a trailing slash to force the OS consider
the path as a directory, but on AIX the trailing slash has
no effect and is considered as a file.