Skip to content

Commit

Permalink
Do not use tox version 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Jan 1, 2023
1 parent 904a821 commit 0e3c309
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 83 deletions.
139 changes: 57 additions & 82 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -45,7 +45,7 @@ docs = [
[tool.poetry.dev-dependencies]
pytest = "^7.2"
pytest-cov = "^4.0.0"
tox = "^4.1.0"
tox = ">=3,<4"
pre-commit = "^2.17.0"

[tool.mypy]
Expand Down

0 comments on commit 0e3c309

Please sign in to comment.