← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] autopkgtest-cloud:pyaml-version into autopkgtest-cloud:master

 

Brian Murray has proposed merging autopkgtest-cloud:pyaml-version into autopkgtest-cloud:master.

Requested reviews:
  Canonical's Ubuntu QA (canonical-ubuntu-qa)

For more details, see:
https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/443693

Pinning the pyaml version allowed the charm to be updated.
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of autopkgtest-cloud:pyaml-version into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-cloud-worker/wheelhouse.txt b/charms/focal/autopkgtest-cloud-worker/wheelhouse.txt
index 6b10abf..2ccde10 100644
--- a/charms/focal/autopkgtest-cloud-worker/wheelhouse.txt
+++ b/charms/focal/autopkgtest-cloud-worker/wheelhouse.txt
@@ -7,3 +7,7 @@ MarkupSafe;python_version > '3.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'

Follow ups