Skip to content

Commit

Permalink
fix mp complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Oct 22, 2024
1 parent 2e40f2e commit 25f98e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _isolate(tmp_dir_factory: TempDirFactory, monkeypatch: pytest.MonkeyPatch) -
defaultBranch=master
"""
(home_dir / ".gitconfig").write_bytes(contents)
pygit2.settings.search_path[pygit2.GIT_CONFIG_LEVEL_GLOBAL] = str(home_dir)
pygit2.settings.search_path[pygit2.GIT_CONFIG_LEVEL_GLOBAL] = str(home_dir) # type: ignore[attr-defined]


@pytest.fixture
Expand Down

0 comments on commit 25f98e4

Please sign in to comment.