Commit 56b812a
committed
pytest_plugin(fix[gitconfig]): Allow file:// protocol for submodule tests
why: git submodule operations spawn child processes that don't inherit
local repo config, causing "transport 'file' not allowed" errors in
strict build environments (#509)
what:
- Add [protocol "file"] allow = always to gitconfig fixture1 parent 6205d00 commit 56b812a
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
| |||
0 commit comments