Skip to content

Commit

Permalink
pytst compatible with py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAndre-Rivet committed May 1, 2024
1 parent 8e62560 commit 896776a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 39 deletions.
77 changes: 38 additions & 39 deletions poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ pytest-mock = "^1.10"
moto = "^3.1.18"
PyYAML = "^6.0"

[tool.poetry.group.dev.dependencies]
pytest = "6.2.5"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 896776a

Please sign in to comment.