Skip to content

Commit

Permalink
Revert "tests(conftest) Set git and hg configs (requires libvcs 0.32+)"
Browse files Browse the repository at this point in the history
This reverts commit 44e8094.
  • Loading branch information
tony committed Oct 13, 2024
1 parent 5a27d54 commit 686a633
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ def add_doctest_fixtures(
if isinstance(request._pyfuncitem, DoctestItem):
request.getfixturevalue("add_doctest_fixtures")
request.getfixturevalue("set_home")
request.getfixturevalue("set_hgconfig")
request.getfixturevalue("set_gitconfig")


@pytest.fixture(autouse=True)
def setup(
request: pytest.FixtureRequest,
set_gitconfig: pathlib.Path,
set_hgconfig: pathlib.Path,
gitconfig: pathlib.Path,
set_home: pathlib.Path,
xdg_config_path: pathlib.Path,
) -> None:
Expand Down

0 comments on commit 686a633

Please sign in to comment.