Skip to content

Commit

Permalink
[CHORE] fix pytest-html的bug #3
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-github committed Feb 17, 2023
1 parent 50bb6d8 commit 546c2ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions pyproject.toml
Expand Up @@ -21,16 +21,17 @@ requests = "2.28.2"
typer = "0.7.0"

[tool.poetry.group.dev.dependencies]
py = "1.11.0"
pytest = "7.2.1"
pytest-cover = "3.0.0"
pytest-html = "3.1.1"
black = "23.1.0"
isort = "5.12.0"
flake8 = "6.0.0"
pylint = "2.16.2"
tox = "3.28.0"
invoke = "1.7.3"
pylint = "2.16.2"
setuptools = "67.3.2"
pytest-cover = "3.0.0"
pytest-html = "3.1.1"
sphinx = {version = "3.4.0", optional = true}
sphinx-rtd-theme = {version = "0.5.0", optional = true}
recommonmark = {version = "0.7.1", optional = true}
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Expand Up @@ -13,13 +13,14 @@ setenv =

; install dependencies.
deps =
py == 1.11.0
pytest == 7.2.1
pytest-cov == 3.0.0
pytest-html == 3.1.1
black == 23.1.0
isort == 5.12.0
flake8 == 6.0.0
pylint == 2.16.2
pytest == 7.2.1
pytest-cov == 3.0.0
pytest-html == 3.1.1

; run command
commands =
Expand Down

0 comments on commit 546c2ee

Please sign in to comment.