-
Notifications
You must be signed in to change notification settings - Fork 5.5k
[3006.x] Python 3.11 #68018
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
base: 3006.x
Are you sure you want to change the base?
[3006.x] Python 3.11 #68018
Conversation
Cherry-picked ff296ea to fix the failing Windows tests |
@@ -12,6 +12,8 @@ | |||
from tests.support.mixins import SaltReturnAssertsMixin | |||
from tests.support.runtests import RUNTIME_VARS | |||
|
|||
KEY = "AAAAC3NzaC1lZDI1NTE5AAAAIEmY2ZOSneFGN+b7+S9eLPGOqPF2yl9AgTCkZHuWKjC5" |
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.
Isn't it bad to create a global variable in the test suite
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.
Maybe it's not very pytest-ee. Though, the alternative of making a fixture also creates a global variable. I.E. Function definitions are also variables.
What does this PR do?
Updates the python shipped with 3006 release from 3.10 to 3.11
Why would we make this change in 3006.x?
We've had to postpone several milestones on the way to a 3008 LTS release. This means that we'll now be on the hook for maintaining 3006 LTS with security update longer than Python 3.10 will receive security updates.