fix: ensure compatibility with deprecated cli args in v2

This commit is contained in:
debugtalk
2020-05-28 16:51:00 +08:00
parent ab5c49c05d
commit d0a289c6bf
6 changed files with 179 additions and 97 deletions

View File

@@ -39,7 +39,8 @@ loguru = "^0.4.1"
jmespath = "^0.9.5"
black = "^19.10b0"
pytest = "^5.4.2"
allure-pytest = "^2.8.15"
pytest-html = "^2.1.1"
allure-pytest = {version = "^2.8.16", optional = true}
[tool.poetry.dev-dependencies]
coverage = "^4.5.4"