We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the creation of the 3.12 branch and the bump of main to 3.13, test_enum started failing (https://github.com/python/cpython/actions/runs/5050528705/jobs/9061352655). This seems to be because a few tests are testing features that haven't landed in 3.13, or perhaps were rolled back. The failing tests are blocking CI.
The text was updated successfully, but these errors were encountered:
gh-104764: Skip failing tests in test_enum that started failing. (#10…
586aca3
…4765) Skip failing tests in test_enum that started failing when the version was bumped to 3.13.
I've hotfixed the issue to get CI back to green, but either the tests or the features should be reconsidered properly.
Sorry, something went wrong.
Working on proper fix.
gh-104764: [Enum] fix 3.13-specific tests (GH-104779)
5ecd8c8
Seems like this was fixed in #104779.
ethanfurman
No branches or pull requests
Following the creation of the 3.12 branch and the bump of main to 3.13, test_enum started failing (https://github.com/python/cpython/actions/runs/5050528705/jobs/9061352655). This seems to be because a few tests are testing features that haven't landed in 3.13, or perhaps were rolled back. The failing tests are blocking CI.
Linked PRs
The text was updated successfully, but these errors were encountered: