Skip to content

Commit

Permalink
update pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfeitosa committed Mar 4, 2023
1 parent efe3f1f commit 379fb5a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 54 deletions.
89 changes: 36 additions & 53 deletions poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
pytest = "^7.2.2"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
# pytest = "^5.2"
pytest = "^7.2.2"
mypy = "^0.991"

[tool.poetry.urls]
Expand Down

0 comments on commit 379fb5a

Please sign in to comment.