Blacklists pbr version 1.7.0 as it is not working with mock 1.3.0
authorJoshua C. Randall <jcrandall@alum.mit.edu>
Thu, 10 Sep 2015 11:37:25 +0000 (11:37 +0000)
committerJoshua C. Randall <jcrandall@alum.mit.edu>
Thu, 10 Sep 2015 11:37:25 +0000 (11:37 +0000)
sdk/pam/setup.py
sdk/python/setup.py
services/fuse/setup.py
services/nodemanager/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},
       )
index 5c0b09d73096874c0d9e86907cf0fde873dadaa7..419b0fb8d5c00c0e19d2eb1d0082c921d77f2ee4 100644 (file)
@@ -44,7 +44,7 @@ setup(name='arvados-python-client',
           'ws4py'
       ],
       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},
       )
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},
       )
index 6d85e86d3274d4e6f6f7dc1fcb6935e5e5597f2b..d090868d96ba3069ad518f60b915e5bf4b128801 100644 (file)
@@ -35,7 +35,7 @@ setup(name='arvados-node-manager',
       ],
       scripts=['bin/arvados-node-manager'],
       test_suite='tests',
-      tests_require=['mock>=1.0', "apache-libcloud==0.18.1.dev3"],
+      tests_require=['pbr!=1.7.0', 'mock>=1.0', "apache-libcloud==0.18.1.dev3"],
       zip_safe=False,
       cmdclass={'egg_info': tagger},
       )