[goal] Migrate testing to ubuntu focal

As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

Install python3-qpid-proton for ubuntu Focal

Story: #2007865
Task: #40207

Change-Id: Ib4adc91cabea090434c2a7a5b04532952f5140d7
This commit is contained in:
Ghanshyam Mann 2020-09-09 15:07:45 -05:00
parent 8a796bba15
commit 3becff51a5
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ function _install_pyngus {
install_package python-qpid-proton
elif is_ubuntu; then
# ditto
install_package python-qpid-proton
install_package python3-qpid-proton
fi
pip_install_gr pyngus
}