Skip to content

Commit 2926410

Browse files
authored
Merge pull request #67 from common-workflow-language/junit-fix
Bump junit-xml version to 1.8 for "category" support.
2 parents 2d47780 + 8118033 commit 2926410

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ schema-salad >= 1.14
22
typing>=3.6,<3.7; python_version < '3.5'
33
futures >= 3.0.5; python_version == '2.7'
44
subprocess32; python_version < '3'
5-
junit-xml >= 1.7
6-
5+
junit-xml >= 1.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
install_requires = [
2020
'schema-salad >= 1.14',
21-
'junit-xml >= 1.7',
21+
'junit-xml >= 1.8',
2222
'six>=1.10.0'
2323
]
2424

0 commit comments

Comments
 (0)