avocado-framework-tests / avocado-misc-tests

Community maintained Avocado tests repository
Other
22 stars 123 forks source link

.github/workflows/xfstests: Fix ubuntu and opensuse version requirements #2859

Closed riteshharjani closed 1 month ago

riteshharjani commented 1 month ago

For ubuntu:latest Latest pip3 mandates to use virtual managed environment for pip packages. However since this is mainly automation and we know what we ar doing so pass the flag ("--break-system-packages") to force pip to install the package system wide.

For opensuse/leap:latest Latest avocado-framework=100 and PyYAML=6.0.2 are incompatible. So move avocado-framework to 100.1 and PyYAML=6.0.1 which are still compatible.