Skip to content

Commit

Permalink
Configure pytest-mock as pytest required-plugin (#5815)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Mar 12, 2024
1 parent 9f71331 commit e954d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ version_scheme = "release-branch-semver"

[tool.pytest.ini_options]
addopts = "-ra"
required_plugins = "pytest-mock"
testpaths = "lib/iris"

[tool.coverage.run]
Expand Down

0 comments on commit e954d73

Please sign in to comment.