Commit a7fd26f
committed
tests(fixtures) rename gitconfig param to vcs_gitconfig
why: libvcs 0.41.0 renamed the pytest plugin's `gitconfig` fixture
to `vcs_gitconfig`. vcspull's three call sites must update to the
new parameter name or pytest fixture resolution fails at collection.
what:
- conftest.py:setup() — request `vcs_gitconfig` instead of `gitconfig`
- tests/test_fixtures.py — update test_home_contains_gitconfig and
the embedded conftest text in test_pytester_git_commit_in_isolated_run1 parent b084fd0 commit a7fd26f
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments