Skip to content

Commit

Permalink
ci: Update pytest fix assertion error in python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
boatx committed Sep 2, 2023
1 parent 5fb73d9 commit 5f68a9d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 40 deletions.
66 changes: 27 additions & 39 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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["boatx <1446337+boatx@users.noreply.github.com>"]
python = "^3.7"

[tool.poetry.dev-dependencies]
pytest = "^5.4.3"
pytest = "^6.2.5"
coverage = {extras = ["toml"], version = "^5.2"}
pytest-cov = "^2.10.0"
black = "^23.3.0"
Expand Down

0 comments on commit 5f68a9d

Please sign in to comment.