From bfb086409de83468ff01cc249e5dfea6256df187 Mon Sep 17 00:00:00 2001 From: Gideon <87426140+GideonBear@users.noreply.github.com> Date: Sun, 28 Dec 2025 09:44:25 +0100 Subject: [PATCH] ignore global config in tests --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 20f05b4..93779ae 100644 --- a/tox.ini +++ b/tox.ini @@ -22,3 +22,4 @@ env = GIT_COMMITTER_NAME=test GIT_AUTHOR_EMAIL=test@example.com GIT_COMMITTER_EMAIL=test@example.com + GIT_CONFIG_GLOBAL=/dev/null