diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-11 15:53:20 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-11 15:53:20 +0000 |
| commit | a1d649f643a10c653c8b20dd1cc53df89b4335be (patch) | |
| tree | 12b435656cb59b570757a5421fbfeb17dc10c19e /docs/how-to/update-git-dependencies.md | |
| parent | c9a8b2a3b78babcdfbd178e374bb68c46dbdea4b (diff) | |
fix: skip git-dependent tests during Nix build
Tests that spawn git subprocesses fail in the Nix sandbox because
git is not available in PATH during the build phase. These tests
are integration tests that verify git subprocess interaction, not
unit tests of core functionality.
Skipping test modules:
- git::subprocess::tests - Tests git upload-pack/receive-pack spawning
- git::tests - Tests that create git repos and manipulate refs
- purgatory::helpers::tests - Tests that init git repos
The skipped tests still run in:
- Local development (git is in devShell)
- CI/CD pipelines (git is installed)
- Integration test suite (uses TestRelay fixture)
This fix allows the package to build cleanly in Nix while maintaining
test coverage in appropriate environments.
Diffstat (limited to 'docs/how-to/update-git-dependencies.md')
0 files changed, 0 insertions, 0 deletions