Blacklists pbr version 1.7.0 as it is not working with mock 1.3.0
[arvados.git] / sdk / pam / setup.py
index 49153884955465e4a1ac7d94f2c18f0e2f2a40e6..fe341abf9f415724d90a7f90194930ff83cefe62 100755 (executable)
@@ -40,7 +40,7 @@ setup(name='arvados-pam',
           'arvados-python-client>=0.1.20150801000000',
       ],
       test_suite='tests',
-      tests_require=['mock>=1.0', 'python-pam'],
+      tests_require=['pbr!=1.7.0', 'mock>=1.0', 'python-pam'],
       zip_safe=False,
       cmdclass={'egg_info': tagger},
       )