From bc6df97b5bf8600c0de48801008987c390f96a40 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Mon, 11 Mar 2024 15:49:09 +0000 Subject: [PATCH] Configure pytest-mock as pytest required-plugin --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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]