Skip to content

Commit

Permalink
Merge pull request #67 from common-workflow-language/junit-fix
Browse files Browse the repository at this point in the history
Bump junit-xml version to 1.8 for "category" support.
  • Loading branch information
tetron authored Apr 16, 2018
2 parents 2d47780 + 8118033 commit 2926410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ schema-salad >= 1.14
typing>=3.6,<3.7; python_version < '3.5'
futures >= 3.0.5; python_version == '2.7'
subprocess32; python_version < '3'
junit-xml >= 1.7

junit-xml >= 1.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

install_requires = [
'schema-salad >= 1.14',
'junit-xml >= 1.7',
'junit-xml >= 1.8',
'six>=1.10.0'
]

Expand Down

0 comments on commit 2926410

Please sign in to comment.