This is causing build to fail as valgrind is pulling in python3.11
which is causing default python3 to change to 3.11 which causes
the build to fail as our python modules we depend on are in 3.6.
Resolves: RHEL-376
Signed-off-by: Tony Asleson <tasleson@redhat.com>
A change in the python argparse library broke the lsmcli which is
failing gating testing. Correct to get through gating CI.
Resolves: RHEL-376
Signed-off-by: Tony Asleson <tasleson@redhat.com>