Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 686a633

Browse filesBrowse files
committed
Revert "tests(conftest) Set git and hg configs (requires libvcs 0.32+)"
This reverts commit 44e8094.
1 parent 5a27d54 commit 686a633
Copy full SHA for 686a633

File tree

Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed

‎conftest.py

Copy file name to clipboardExpand all lines: conftest.py
+1-4Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,12 @@ def add_doctest_fixtures(
2626
if isinstance(request._pyfuncitem, DoctestItem):
2727
request.getfixturevalue("add_doctest_fixtures")
2828
request.getfixturevalue("set_home")
29-
request.getfixturevalue("set_hgconfig")
30-
request.getfixturevalue("set_gitconfig")
3129

3230

3331
@pytest.fixture(autouse=True)
3432
def setup(
3533
request: pytest.FixtureRequest,
36-
set_gitconfig: pathlib.Path,
37-
set_hgconfig: pathlib.Path,
34+
gitconfig: pathlib.Path,
3835
set_home: pathlib.Path,
3936
xdg_config_path: pathlib.Path,
4037
) -> None:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.