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
/usr/bin/python3: Error while finding module specification for 'avocado.plugins.runners.avocado_instrumented' (ModuleNotFoundError: No module named 'avocado')
Describe the bug
Avocado execution is stuck when podman spawner is used and container image is fedora:39 or higher.
Steps to reproduce
$ avocado run --spawner=podman --spawner-podman-image=fedora:39 examples/tests/passtest.py
Expected behavior
Current behavior
Additional information
It looks like the container is properly configured, and avocado image is installed, but it crashes during the Task execution.
The text was updated successfully, but these errors were encountered: