11842: Use CDNJS for dygraphs js and css.
[arvados.git] / tools / crunchstat-summary / setup.py
index ff0b1ddf779325a14cb0bf35b398a976f21cbdff..e54d82f151b6731ac3bffde38ab1964f50563676 100755 (executable)
@@ -1,4 +1,7 @@
 #!/usr/bin/env python
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
 
 import os
 import sys
@@ -34,6 +37,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},
       )