diff --git a/tests/test_bootstrap_skill.py b/tests/test_bootstrap_skill.py index 8507a4d..62e1a78 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): """Test that bootstrap script runs successfully. Note: This test is slow as it runs full codebase analysis.