Skip to content

gh-104764: Skip failing tests in test_enum that started failing. - #104765

Merged
Yhg1s merged 1 commit into
python:mainfrom
Yhg1s:disable-failing-enum-tests
May 22, 2023
Merged

gh-104764: Skip failing tests in test_enum that started failing.#104765
Yhg1s merged 1 commit into
python:mainfrom
Yhg1s:disable-failing-enum-tests

Conversation

@Yhg1s

@Yhg1sYhg1s commented May 22, 2023

Copy link
Copy Markdown
Member

Skip failing tests in test_enum that started failing when the version was bumped to 3.13.

@Eclips4

Copy link
Copy Markdown
Member

Nit: maybe use a @unittest.expectedFailure instead of bump version?

@Yhg1s

Copy link
Copy Markdown
MemberAuthor

Nit: maybe use a @unittest.expectedFailure instead of bump version?

I don't know if they are expected, or why it wasn't using unittest.unexpectedFailure before, or what version they should be checking. I just want to get CI green after the version bump.

@JelleZijlstraJelleZijlstra left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge this now to get CI green, we can adjust these tests later.

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. But the enum maintainer may consider to change the default behavior or the tests to make it better.

@Yhg1s
Yhg1s merged commit 586aca3 into python:mainMay 22, 2023
@Yhg1s
Yhg1s deleted the disable-failing-enum-tests branch November 22, 2023 15:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Yhg1s@Eclips4@vstinner@JelleZijlstra@bedevere-bot