fix behave update + python3.11 on el8
Currently, the command fails in rhel, because python3-six is installed by RPM and hence unable to reinstall it. use --no-deps
which should not reinstall dependencies.
Run tests in python3.11 in el8, create python3l
symlink pointing to the latest python and use it.
@RunTests:pass
@os:c9s
Edited by Filip Pokryvka