upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/docs/tutorials/README.md
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-01-11 15:53:20 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-01-11 15:53:20 +0000
commita1d649f643a10c653c8b20dd1cc53df89b4335be (patch)
tree12b435656cb59b570757a5421fbfeb17dc10c19e /docs/tutorials/README.md
parentc9a8b2a3b78babcdfbd178e374bb68c46dbdea4b (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/tutorials/README.md')
0 files changed, 0 insertions, 0 deletions