Explorar el Código

Merge branch 'fix-crlf-ci' of git://github.com/pmrowla/dulwich

Jelmer Vernooij hace 3 años
padre
commit
ca77b00c09
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dulwich/tests/__init__.py

+ 1 - 0
dulwich/tests/__init__.py

@@ -43,6 +43,7 @@ class TestCase(_TestCase):
         super(TestCase, self).setUp()
         self._old_home = os.environ.get("HOME")
         os.environ["HOME"] = "/nonexistant"
+        os.environ["GIT_CONFIG_NOSYSTEM"] = "1"
 
     def tearDown(self):
         super(TestCase, self).tearDown()