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

[stable-2.14] ansible-test - Avoid direct use of errno. #79972

Merged
merged 1 commit into from Feb 10, 2023

Conversation

mattclay
Copy link
Member

SUMMARY

Backport of #79505

Error handling on Python 3.x no longer requires the use of errno to identify specific errors.

(cherry picked from commit f9715f4)

ISSUE TYPE

Feature Pull Request

COMPONENT NAME

ansible-test

Error handling on Python 3.x no longer requires the use of `errno` to identify specific errors.
(cherry picked from commit f9715f4)

Co-authored-by: Matt Clay <matt@mystile.com>
@ansibot ansibot added affects_2.14 backport This PR does not target the devel branch. feature This issue/PR relates to a feature request. needs_triage Needs a first human triage before being processed. test This PR relates to tests. labels Feb 10, 2023
@mattclay mattclay removed the needs_triage Needs a first human triage before being processed. label Feb 10, 2023
@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Feb 10, 2023
@mattclay mattclay merged commit 50b6d35 into ansible:stable-2.14 Feb 10, 2023
@mattclay mattclay deleted the backport-f9715f4-stable-2.14 branch February 10, 2023 22:55
@ansible ansible locked and limited conversation to collaborators Feb 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.14 backport This PR does not target the devel branch. feature This issue/PR relates to a feature request. test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants