Skip to content

Commit eb90b08

Browse files
junitparser below <2.0.0 (#275)
1 parent 04bb732 commit eb90b08

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

poetry.lock

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jsonschema = "^3.2"
2626
faker = ">=4.1,<6.0"
2727
pytest-xdist = "*"
2828
filelock = "^3.0"
29-
junitparser = "*"
3029
pytest-ordering = "*"
3130
lovely-pytest-docker = { version="^0", optional = true }
31+
junitparser = "<2.0.0"
3232

3333

3434
[tool.poetry.extras]

0 commit comments

Comments
 (0)