Skip to content

Commit

Permalink
pytest in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAndre-Rivet committed May 1, 2024
1 parent 896776a commit f2a5a66
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ click = "8.1.7"

[tool.poetry.dev-dependencies]
black = {version = "^18.3-alpha.0", allow-prereleases = true}
pytest = "^3.0"
pytest = "6.2.5"
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 f2a5a66

Please sign in to comment.