Skip to content

Commit

Permalink
fixed missing mock plugin (removed in previous commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed May 6, 2024
1 parent 356dba4 commit 37fdd1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ check = [
test = [
"pytest==8.2.0",
"coverage==7.5.1",
"pytest-mock==3.14.0",
]
dev = [
"pre-commit==3.7.0",
Expand All @@ -69,7 +70,7 @@ features = ["dev"]
features = ["scripts", "test"]

[[tool.hatch.envs.test.matrix]]
python = ["3.10", "3.11"]
python = ["3.11"]

[tool.hatch.envs.test.scripts]
run = "inv test --args '{args}'"
Expand Down

0 comments on commit 37fdd1a

Please sign in to comment.