From 2e2dca4eb83bb5f3489c73bad2bdc15bad144b17 Mon Sep 17 00:00:00 2001 From: Michael Lam Date: Fri, 8 May 2026 08:53:13 -0700 Subject: [PATCH] test: skip profile skills regression without agent modules --- tests/test_issue1880_profile_scoped_skills.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_issue1880_profile_scoped_skills.py b/tests/test_issue1880_profile_scoped_skills.py index cb92dd09..b368f892 100644 --- a/tests/test_issue1880_profile_scoped_skills.py +++ b/tests/test_issue1880_profile_scoped_skills.py @@ -7,6 +7,9 @@ import urllib.parse import urllib.request from tests._pytest_port import BASE +from tests.conftest import requires_agent_modules + +pytestmark = requires_agent_modules def _state_dir() -> pathlib.Path: