Skip to content

Commit 1a5a8f3

Browse files
Get rid of the git config fixture
1 parent d57a2cf commit 1a5a8f3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/conftest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
import yaml
1111

1212

13-
@pytest.fixture(scope="session", autouse=True)
14-
def configure_git():
15-
"""Configure git for copier post-generation tasks."""
16-
subprocess.run(["git", "config", "--global", "user.email", "[email protected]"], check=True)
17-
subprocess.run(["git", "config", "--global", "user.name", "Django Keel Test"], check=True)
18-
19-
2013
@pytest.fixture(scope="session")
2114
def template_dir() -> Path:
2215
"""Return the path to the django-keel template directory."""

0 commit comments

Comments
 (0)