8123: Update test dependencies.
authorTom Clegg <tom@curoverse.com>
Mon, 25 Jan 2016 02:05:28 +0000 (21:05 -0500)
committerTom Clegg <tom@curoverse.com>
Mon, 25 Jan 2016 02:05:28 +0000 (21:05 -0500)
tools/crunchstat-summary/setup.py

index ff0b1ddf779325a14cb0bf35b398a976f21cbdff..f3c10bdaec0dbffd210a2e2b6a30886903be0a88 100755 (executable)
@@ -34,6 +34,7 @@ setup(name='crunchstat_summary',
           'arvados-python-client',
       ],
       test_suite='tests',
+      tests_require=['pbr<1.7.0', 'mock>=1.0'],
       zip_safe=False,
       cmdclass={'egg_info': tagger},
       )