Paride Legovini has proposed merging ~paride/autopkgtest-cloud:pin-PyYAML into autopkgtest-cloud:master.
Requested reviews: Canonical's Ubuntu QA (canonical-ubuntu-qa) For more details, see: https://code.launchpad.net/~paride/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/443818 -- Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~paride/autopkgtest-cloud:pin-PyYAML into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-cloud-worker/wheelhouse.txt b/charms/focal/autopkgtest-cloud-worker/wheelhouse.txt index 2ccde10..1e099c3 100644 --- a/charms/focal/autopkgtest-cloud-worker/wheelhouse.txt +++ b/charms/focal/autopkgtest-cloud-worker/wheelhouse.txt @@ -9,5 +9,8 @@ setuptools<46.0.0;python_version == '3.8' setuptools;python_version > '3.8' # Latest versions of pyaml don't work LP: #2020788 -pyaml==21.10.1;python_version == '3.8' -pyaml;python_version > '3.8' +pyaml==21.10.1 + +# PyYAML 6.0 broke compatibility with 5.x. +# Pin to latest version known working in production. +PyYAML==5.3.1
-- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp