Codebase list python-irodsclient / 78c68a5
Refresh patches. Debian Janitor 1 year, 3 months ago
1 changed file(s) with 6 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 Author: Michael R. Crusoe <michael.crusoe@gmail.com>
11 Description: xmlrunner is not packaged for Debian, so just run plainly
2 --- python-irodsclient.orig/irods/test/runner.py
3 +++ python-irodsclient/irods/test/runner.py
4 @@ -9,8 +9,7 @@
2 Index: python-irodsclient.git/irods/test/runner.py
3 ===================================================================
4 --- python-irodsclient.git.orig/irods/test/runner.py
5 +++ python-irodsclient.git/irods/test/runner.py
6 @@ -9,8 +9,7 @@ NOTE: "If a test package name (directory
57 from __future__ import absolute_import
68 import os
79 import sys
1113 import logging
1214
1315 logger = logging.getLogger()
14 @@ -30,8 +29,7 @@
16 @@ -30,8 +29,7 @@ if __name__ == "__main__":
1517 suite = TestSuite(loader.discover(start_dir='.', pattern='*_test.py',
1618 top_level_dir="."))
1719