diff --git a/tests/test_bootstrap_skill.py b/tests/test_bootstrap_skill.py index 87a6dce..8507a4d 100644 --- a/tests/test_bootstrap_skill.py +++ b/tests/test_bootstrap_skill.py @@ -51,7 +51,7 @@ class TestBootstrapSkillScript: assert "description:" in content, "Header must have description" @pytest.mark.slow - def test_bootstrap_script_runs(self, project_root, _tmp_path): + def test_bootstrap_script_runs(self, project_root, tmp_path): """Test that bootstrap script runs successfully. Note: This test is slow as it runs full codebase analysis.