From: rakeshgm Date: Tue, 10 Dec 2019 18:27:46 +0000 (+0530) Subject: force pip3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dda538c044b2a4fb257a5bde15dc20cc102448af;p=ceph.git force pip3 Signed-off-by: rakeshgm --- diff --git a/qa/tasks/nfs_ganesha_rgw_v2.py b/qa/tasks/nfs_ganesha_rgw_v2.py index 2c8254049cf..0e1bc8b1092 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 4b77fee4953..3824207e795 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 fcda800aff8..5e9fcf00800 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'])