We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef14ad commit 2f483c6Copy full SHA for 2f483c6
tests/test_hg.py
@@ -12,7 +12,7 @@
12
13
14
@pytest.fixture
15
-def hg_remote(parentdir, scope="session"):
+def hg_remote(parentdir):
16
"""Create a git repo with 1 commit, used as a remote."""
17
name = "dummyrepo"
18
repo_path = parentdir / name
0 commit comments