X Tutup
The Wayback Machine - https://web.archive.org/web/20260129010539/https://github.com/python/cpython/pull/92718
Skip to content

Conversation

@ayappanec
Copy link
Contributor

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.

gh-92670: Skip test_copyfile_nonexistent_dir test on AIX

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.
@ghost
Copy link

ghost commented May 12, 2022

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-bot
Copy link

Every change to Python requires a NEWS entry.

Please, add it using the blurb_it Web app or the blurb command-line tool.

@bedevere-bot bedevere-bot added tests Tests in the Lib/test dir awaiting review labels May 12, 2022
@ayappanec ayappanec changed the title Skip test_copyfile_nonexistent_dir test on AIX gh-92670: Skip test_copyfile_nonexistent_dir test on AIX May 12, 2022
@erlend-aasland
Copy link
Contributor

Resolves gh-92670

@erlend-aasland erlend-aasland merged commit 654032a into python:main May 19, 2022
@erlend-aasland erlend-aasland added 3.11 only security fixes 3.10 only security fixes needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes and removed 3.11 only security fixes 3.10 only security fixes labels May 19, 2022
@miss-islington
Copy link
Contributor

Thanks @ayappanec for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @ayappanec for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label May 19, 2022
@bedevere-bot
Copy link

GH-92947 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 19, 2022
…ir on AIX (pythonGH-92718)

(cherry picked from commit 654032a)

Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 19, 2022
…ir on AIX (pythonGH-92718)

(cherry picked from commit 654032a)

Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
@bedevere-bot
Copy link

GH-92948 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label May 19, 2022
miss-islington added a commit that referenced this pull request May 19, 2022
…AIX (GH-92718)

(cherry picked from commit 654032a)

Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
miss-islington added a commit that referenced this pull request May 19, 2022
…AIX (GH-92718)

(cherry picked from commit 654032a)

Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup