Skip to content

Commit 2f483c6

Browse files
committed
chore(test_hg): Fix scope
1 parent 6ef14ad commit 2f483c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_hg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
@pytest.fixture
15-
def hg_remote(parentdir, scope="session"):
15+
def hg_remote(parentdir):
1616
"""Create a git repo with 1 commit, used as a remote."""
1717
name = "dummyrepo"
1818
repo_path = parentdir / name

0 commit comments

Comments
 (0)