Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/validation/COMMAND_AUTHORITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ stabilizer, but it reads the release command sequence from the lane manifest.
the aggregate so bounded log tails retain the actionable traceback. Live
output is tailed from each durable shard log, so a descendant inheriting a
shard descriptor cannot hold the scheduler past the pytest process exit. The
effective `--sw`, `--collect-only`, `--setup-only`, `--setup-plan`,
`--fixtures`, `--fixtures-per-test`, `--cache-show`, `--markers`,
`--version`, and `--help` modes use the serial path even when enabled through
`PYTEST_ADDOPTS` or config `addopts`; non-executing modes retain native
pytest cache semantics. Relative `-c`/`--config-file` and `--rootdir` paths
are resolved from the repository root, matching the working directory used
by the serial and process-isolated child invocations.
runner disables third-party pytest plugin autoload by default; set
`PYTEST_DISABLE_PLUGIN_AUTOLOAD=` (empty) for an explicit external-plugin
run; pytest treats any non-empty value, including `=0`, as disabled.
Expand Down
Loading