diff --git a/pyproject.toml b/pyproject.toml index 4325de0e0e..1d30c99156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]