You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update kolla-ansible from branch 'master'
to 3c3c5179586f4ceebd70f0fee7e127f636b1c1af
- tests: Replace imp with importlib.machinery
It's needed for Python3.12 support, because imp has been dropped [1].
Also shlex dropped s=None support [2].
[1]: https://docs.python.org/3/whatsnew/3.12.html
[2]: python/cpython#94352
Change-Id: I23f37897ea08ac708f6df485f699122df647e552
Uh oh!
There was an error while loading. Please reload this page.
Calling shlex.split(None) is deprecated since Python 3.9: commit 975ac32 of bpo-33262.
What's New in Python 3.9:
IMO it's now time to remove this deprecated feature.
I wrote PR #94353 to implement this change.
The text was updated successfully, but these errors were encountered: