Remove Hermes references from comfyui skill
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user