Blacklists pbr version 1.7.0 as it is not working with mock 1.3.0
[arvados.git] / services / fuse / setup.py
index 3833493598cf05e288dc31f0153732dbccdca907..3ea6b6366833d5c714e5e37a999aaeea130a7d39 100644 (file)
@@ -35,7 +35,7 @@ setup(name='arvados_fuse',
         'ciso8601'
         ],
       test_suite='tests',
-      tests_require=['mock>=1.0', 'PyYAML'],
+      tests_require=['pbr!=1.7.0', 'mock>=1.0', 'PyYAML'],
       zip_safe=False,
       cmdclass={'egg_info': tagger},
       )