Explorar o código

Merge branch 'master' of github.com:Supervisor/supervisor

Chris McDonough %!s(int64=11) %!d(string=hai) anos
pai
achega
2bdf44c441
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      supervisor/tests/test_dispatchers.py

+ 1 - 0
supervisor/tests/test_dispatchers.py

@@ -503,6 +503,7 @@ class POutputDispatcherTests(unittest.TestCase):
         config.stdout_logfile = 'syslog'
         process = DummyProcess(config)
         with warnings.catch_warnings(record=True) as w:
+            warnings.simplefilter('always')
             self._makeOne(process)
             self.assertEqual(len(w), 1)