This is an automated email from the ASF dual-hosted git repository. cgivre pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/drill-mcp.git
commit 87b61ecacb76f901e62e919912387d3c0625b512 Author: cgivre <[email protected]> AuthorDate: Wed Aug 12 16:28:16 2026 -0400 chore: remove unused integration pytest marker No test uses the integration marker or is gated by -m 'not integration'; it registers a category the suite doesn't have. Removed rather than backfilled with integration tests, per scope. --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e0e66c..96a5ff5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,5 +53,3 @@ drill-mcp = "drill_mcp.server:main" [tool.pytest.ini_options] testpaths = ["tests"] -markers = ["integration: requires a live Drill cluster (deselected by default)"] -addopts = "-m 'not integration'"
