Skip to content

Commit 546c2ee

Browse files
committed
[CHORE] fix pytest-html的bug #3
原问题: pytest-dev/pytest-html#555
1 parent 50bb6d8 commit 546c2ee

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ requests = "2.28.2"
2121
typer = "0.7.0"
2222

2323
[tool.poetry.group.dev.dependencies]
24+
py = "1.11.0"
2425
pytest = "7.2.1"
26+
pytest-cover = "3.0.0"
27+
pytest-html = "3.1.1"
2528
black = "23.1.0"
2629
isort = "5.12.0"
2730
flake8 = "6.0.0"
31+
pylint = "2.16.2"
2832
tox = "3.28.0"
2933
invoke = "1.7.3"
30-
pylint = "2.16.2"
3134
setuptools = "67.3.2"
32-
pytest-cover = "3.0.0"
33-
pytest-html = "3.1.1"
3435
sphinx = {version = "3.4.0", optional = true}
3536
sphinx-rtd-theme = {version = "0.5.0", optional = true}
3637
recommonmark = {version = "0.7.1", optional = true}

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ setenv =
1313

1414
; install dependencies.
1515
deps =
16+
py == 1.11.0
17+
pytest == 7.2.1
18+
pytest-cov == 3.0.0
19+
pytest-html == 3.1.1
1620
black == 23.1.0
1721
isort == 5.12.0
1822
flake8 == 6.0.0
1923
pylint == 2.16.2
20-
pytest == 7.2.1
21-
pytest-cov == 3.0.0
22-
pytest-html == 3.1.1
2324

2425
; run command
2526
commands =

0 commit comments

Comments
 (0)