-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Test failures on Python 3.12 #8031
Comments
Hi @limburgher, thanks for reaching out. We currently only support up to Python 3.11, but 3.12 pre-release (see: boto/botocore#2967) testing has begun, so I will leave this open for tracking and update you here if anything changes. |
Thank you. We already have 3.12 in Fedora rawhide, so if there's even an rough patch you'd like help testing, let me know. |
That's here: aws-cli/tests/functional/eks/test_kubeconfig.py Lines 122 to 123 in f169403
aws-cli/tests/functional/eks/test_kubeconfig.py Lines 131 to 132 in f169403
aws-cli/tests/functional/eks/test_kubeconfig.py Lines 139 to 141 in f169403
The method call does nothing in Python 3.11. If it's meant to do nothing, delete it. If it's meant to assert the call happened, change the method name to |
This was resolved prior to the release of 3.12 but we missed closing this issue. The CLI test suite should be running properly on 3.12 for all releases since October 4th. |
|
Describe the bug
Build on Fedora rawhide fails due to test failures. Tests work on f38 with Python 3.11.
Expected Behavior
Tests pass
Current Behavior
build.log
Reproduction Steps
Build botocore and boto3, install, build awscli.
Possible Solution
No response
Additional Information/Context
No response
CLI version used
1.29.2
Environment details (OS name and version, etc.)
Fedora 39, Python 3.12
The text was updated successfully, but these errors were encountered: