Remove Hermes references from comfyui skill

This commit is contained in:
2026-06-03 12:46:13 +08:00
parent d90378752e
commit 6cc05ade87
5 changed files with 7 additions and 26 deletions
+5 -5
View File
@@ -43,8 +43,8 @@ When you change a script:
## Why the explicit `-c` / `-o`?
The parent hermes-agent repo's `pyproject.toml` enables `pytest-xdist` by
default (`-n auto`). This suite is small enough that parallelism isn't
worth the complexity, and pytest-xdist isn't always installed in the user's
environment. The `-c tests/pytest.ini -o addopts="-p no:xdist"` flags make
the suite run identically regardless of the parent project's config.
Some parent repositories may enable `pytest-xdist` by default (`-n auto`).
This suite is small enough that parallelism isn't worth the complexity, and
pytest-xdist isn't always installed in the user's environment. The
`-c tests/pytest.ini -o addopts="-p no:xdist"` flags make the suite run
identically regardless of any parent project's pytest config.