X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc08f17cc3c90714efafb11e38e27ca8ea1b5f5b..ba34a22d9918ae97306472c04701e69090821c82:/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 )