Skip to content

gh-92670: Skip test_copyfile_nonexistent_dir test on AIX#92718

Merged
erlend-aasland merged 6 commits into
python:mainfrom
ayappanec:fix-issue-92670
May 19, 2022
Merged

gh-92670: Skip test_copyfile_nonexistent_dir test on AIX#92718
erlend-aasland merged 6 commits into
python:mainfrom
ayappanec:fix-issue-92670

Conversation

@ayappanec

Copy link
Copy Markdown
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

ghost commented May 12, 2022

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-bot

Copy link
Copy Markdown

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
Comment thread Misc/NEWS.d/next/Tests/2022-05-12-05-51-06.gh-issue-92670.7L43Z_.rst Outdated
Comment thread Misc/NEWS.d/next/Tests/2022-05-12-05-51-06.gh-issue-92670.7L43Z_.rst Outdated
Comment thread Lib/test/test_shutil.py Outdated
Comment thread Lib/test/test_shutil.py Outdated
@erlend-aasland

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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
Copy Markdown

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