-
Notifications
You must be signed in to change notification settings - Fork 564
ci: Run common
test suite on Python 3.14
#4896
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
Conversation
❌ 25 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
common
test suite on Python 3.14
Test list depth preserved in `test_databag_depth_stripping` instead of total size of the serialized result.
fail-fast: false | ||
matrix: | ||
python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13"] | ||
python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13","3.14"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Undefined Python 3.14 Environments Cause Workflow Failures
Adding Python 3.14 to the test matrix in test-integrations-web-2.yml
and test-integrations-misc.yml
introduces Python 3.14 environments that are not fully defined in tox.ini
for all integration tests. This leads to workflow failures when trying to execute these undefined environments.
Description
Python 3.14 is out, test
common
on it.Issues
Closes #4909
Reminders
tox -e linters
.feat:
,fix:
,ref:
,meta:
)