From 4d832d7b3a6a0b6ffa2e2dbbf867888a047dc1f7 Mon Sep 17 00:00:00 2001 From: Software Engineer Date: Fri, 3 Jul 2026 00:35:30 +0000 Subject: [PATCH] POK-86: Add ruamel.yaml to dev extra for aikit gateway tests tests/test_aikit_gateway_tools.py imports ruamel.yaml but it was only declared under the pluck extra, so pip install -e .[dev] failed at collection. Include it in dev alongside pytest. Co-authored-by: Cursor Co-authored-by: multica-agent --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bdb9585..76f7036 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ voxtract = ["yt-dlp", "demucs", "spotipy", "spotdl"] all = [ "pokanop-scripts[medcat,keyferry,aikit,pluck,netsy,voxtract]", ] -dev = ["pytest>=7"] +dev = ["pytest>=7", "ruamel.yaml"] [tool.setuptools] py-modules = []