Remove xmlrunner dependency to improve Jython build stability on travis.
This commit is contained in:
@@ -1,2 +1 @@
|
||||
unittest2==0.5.1
|
||||
xmlrunner==1.7.4
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import unittest2 as unittest
|
||||
def main():
|
||||
parser = OptionParser()
|
||||
parser.add_option("-x", "--xml", action="store_true", dest="xml",
|
||||
help="write test report in xunit file format")
|
||||
help="write test report in xunit file format (requires xmlrunner==1.7.4)")
|
||||
(options, args) = parser.parse_args(sys.argv)
|
||||
loader = unittest.defaultTestLoader
|
||||
names = args[1:]
|
||||
|
||||
Reference in New Issue
Block a user