From dda538c044b2a4fb257a5bde15dc20cc102448af Mon Sep 17 00:00:00 2001 From: rakeshgm Date: Tue, 10 Dec 2019 23:57:46 +0530 Subject: [PATCH] force pip3 Signed-off-by: rakeshgm --- qa/tasks/nfs_ganesha_rgw_v2.py | 4 ++-- qa/tasks/rgw_longrunning.py | 2 +- qa/tasks/rgw_system_test.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qa/tasks/nfs_ganesha_rgw_v2.py b/qa/tasks/nfs_ganesha_rgw_v2.py index 2c8254049cf7..0e1bc8b1092d 100644 --- a/qa/tasks/nfs_ganesha_rgw_v2.py +++ b/qa/tasks/nfs_ganesha_rgw_v2.py @@ -111,7 +111,7 @@ def task(ctx, config): 'source', 'venv/bin/activate', run.Raw(';'), - run.Raw('pip install --upgrade setuptools'), + run.Raw('pip3 install --upgrade setuptools'), run.Raw(';'), 'deactivate']) @@ -120,7 +120,7 @@ def task(ctx, config): 'source', 'venv/bin/activate', run.Raw(';'), - run.Raw('pip install boto boto3 names PyYaml psutil ConfigParser'), + run.Raw('pip3 install boto boto3 names PyYaml psutil ConfigParser'), run.Raw(';'), 'deactivate']) diff --git a/qa/tasks/rgw_longrunning.py b/qa/tasks/rgw_longrunning.py index 4b77fee4953a..3824207e7950 100644 --- a/qa/tasks/rgw_longrunning.py +++ b/qa/tasks/rgw_longrunning.py @@ -162,7 +162,7 @@ def task(ctx, config): 'source', 'venv/bin/activate', run.Raw(';'), - run.Raw('pip install boto boto3 names PyYaml ConfigParser'), + run.Raw('pip3 install boto boto3 names PyYaml ConfigParser'), run.Raw(';'), 'deactivate']) time.sleep(60) diff --git a/qa/tasks/rgw_system_test.py b/qa/tasks/rgw_system_test.py index fcda800aff81..5e9fcf008007 100644 --- a/qa/tasks/rgw_system_test.py +++ b/qa/tasks/rgw_system_test.py @@ -101,7 +101,7 @@ def task(ctx, config): 'source', 'venv/bin/activate', run.Raw(';'), - run.Raw('pip install boto boto3 names PyYaml ConfigParser'), + run.Raw('pip3 install boto boto3 names PyYaml ConfigParser'), run.Raw(';'), 'deactivate']) -- 2.47.3