X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5a33764685ef7fa9578b255e78ad2ed77abc1ded..09cbdc3074b3f1e69c9c537875146f6da0a6ed8f:/sdk/python/setup.py diff --git a/sdk/python/setup.py b/sdk/python/setup.py index d85e2a5cde..1daafc97ad 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -64,6 +64,6 @@ setup(name='arvados-python-client', 'Programming Language :: Python :: 3', ], test_suite='tests', - tests_require=['pbr<1.7.0', 'mock>=1.0,<4', 'PyYAML'], + tests_require=['pbr<1.7.0', 'mock>=1.0,<4', 'PyYAML', 'parameterized'], zip_safe=False )