We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d47780 + 8118033 commit 2926410Copy full SHA for 2926410
requirements.txt
@@ -2,5 +2,4 @@ schema-salad >= 1.14
2
typing>=3.6,<3.7; python_version < '3.5'
3
futures >= 3.0.5; python_version == '2.7'
4
subprocess32; python_version < '3'
5
-junit-xml >= 1.7
6
-
+junit-xml >= 1.8
setup.py
@@ -18,7 +18,7 @@
18
19
install_requires = [
20
'schema-salad >= 1.14',
21
- 'junit-xml >= 1.7',
+ 'junit-xml >= 1.8',
22
'six>=1.10.0'
23
]
24
0 commit comments