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 e199c9f commit 1fa1f12Copy full SHA for 1fa1f12
tests/conftest.py
@@ -31,6 +31,7 @@ def git_sandbox(monkeypatch: pytest.MonkeyPatch, tmp_path: Path):
31
assert r.return_code == 0, r.err
32
r = cmd.run(f"git config --file {gitconfig} user.email {SIGNER_MAIL}")
33
34
+ cmd.run("git config --global init.defaultBranch master")
35
36
37
@pytest.fixture(scope="function")
0 commit comments