From 051a0d52305a0de65db183eb0357192e9de03125 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Feb 19 2019 22:29:25 +0000 Subject: py3 checks file path, so it needs to be non-mocked string --- diff --git a/tests/test_scm.py b/tests/test_scm.py index c97f057..f55d545 100644 --- a/tests/test_scm.py +++ b/tests/test_scm.py @@ -209,7 +209,7 @@ class TestSCMCheckouts(unittest.TestCase): self.tempdir = tempfile.mkdtemp() self.session = mock.MagicMock() self.uploadpath = mock.MagicMock() - self.logfile = mock.MagicMock() + self.logfile = '/dev/null' self.config = ''' default:* nocommon:*:no