diff --git a/pyproject.toml b/pyproject.toml index f5f2160a10..75fdcbb708 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -214,11 +214,6 @@ include = ["snapcraft", "tests"] exclude = ["build", "tests/legacy", "tests/spread"] pythonVersion = "3.12" -[tool.pytest.ini_options] -minversion = "7.0" -required_plugins = ["pytest-cov>=4.0", "pytest-mock>=3.12", "pytest-subprocess>=1.4"] -addopts = ["--cov=snapcraft"] - # Most of this ruff configuration comes from craft-parts [tool.ruff] target-version = "py312"