3147: Add RetryLoop to the Python SDK.
[arvados.git] / sdk / python / setup.py
index 2c51e8f1d0f6a5d56c06c73016ccf7ef1418f770..30cc7796495a2cdb2f7138a122acf114d2b13788 100644 (file)
@@ -32,5 +32,5 @@ setup(name='arvados-python-client',
         'ws4py'
         ],
       test_suite='tests',
-      tests_require=['PyYAML'],
+      tests_require=['mock', 'PyYAML'],
       zip_safe=False)