Преглед изворни кода

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

Chris McDonough пре 11 година
родитељ
комит
2bdf44c441
1 измењених фајлова са 1 додато и 0 уклоњено
  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)