From: Kefu Chai Date: Thu, 12 Dec 2019 04:56:19 +0000 (+0800) Subject: setup.py: add missing dependencies of tests X-Git-Tag: 1.1.0~182^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1379%2Fhead;p=teuthology.git setup.py: add missing dependencies of tests Fixes: https://tracker.ceph.com/issues/43192 Signed-off-by: Kefu Chai --- diff --git a/requirements.txt b/requirements.txt index 3cc96c904..169f29845 100644 --- a/requirements.txt +++ b/requirements.txt @@ -79,6 +79,7 @@ ptyprocess==0.5.1 # via pexpect py==1.5.3 # via pytest, tox pyasn1==0.2.3 pycparser==2.17 # via cffi +pyjwt==1.7.1 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 pyparsing==2.2.0 # via cliff, cmd2, oslo.utils diff --git a/setup.py b/setup.py index 30feff48b..a28c37a9c 100644 --- a/setup.py +++ b/setup.py @@ -92,10 +92,12 @@ setup( 'nose', # for qa/tasks/rgw_multisite_tests.py', 'pip-tools', 'pytest', # for tox.ini + 'requests', # for qa/tasks/mgr/dashboard/helper.py 'tox', # For bucket notification testing in multisite 'xmltodict', 'boto3', + 'PyJWT', # for qa/tasks/mgr/dashboard/test_auth.py ] },