Skip to content

Conversation

@Yhg1s
Copy link
Member

@Yhg1sYhg1s commented May 22, 2023

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

@Eclips4
Copy link
Member

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

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

Copy link
Member

@JelleZijlstraJelleZijlstra left a comment

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.

Copy link
Member

@vstinnervstinner left a comment

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.

@Yhg1sYhg1s merged commit 586aca3 into python:mainMay 22, 2023
@Yhg1sYhg1s 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