Skip to content

Commit a520b48

Browse files
authored
Merge pull request #20 from eficode/fix/junitparser/pr
Pin down junitparser to <2.0
2 parents 1321d25 + a085eef commit a520b48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
robotframework>=3.0.4
2-
junitparser>=1.2.2
2+
junitparser>=1.2.2,<2.0
33
PyYAML>=3.13
44

55
### Dev

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
license='MIT',
3434
install_requires=[
3535
'robotframework>=3.0.4',
36-
'junitparser>=1.2.2',
36+
'junitparser>=1.2.2,<2.0',
3737
'PyYAML>=3.13'
3838
],
3939
packages=find_packages(SRC),

0 commit comments

Comments
 (0)