Commit a2794e0
Isolate dependency tests from GitPython pytest options
Running pytest below gitdb or smmap still discovers GitPython's root
configuration. Its coverage addopts target the git package, which is not the
package under test and caused the new dependency matrix jobs to fail.
Clear inherited addopts for those jobs so each imported project runs its own
test suite without GitPython-specific coverage arguments.1 parent 29b584d commit a2794e0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
0 commit comments