test: skip profile skills regression without agent modules

This commit is contained in:
Michael Lam
2026-05-08 08:53:13 -07:00
committed by nesquena-hermes
parent 6c4b769324
commit 2e2dca4eb8
@@ -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: