From 6d938e09992506900ab18cf4227eb6cb05e93ee4 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 7 Feb 2019 22:10:24 +0100 Subject: [PATCH] Fix test for pypy 3. --- test/test_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_utils.py b/test/test_utils.py index 0407345f8..1c1c00d17 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -1213,7 +1213,5 @@ class UtilsPythonTest(SupyTestCase): except: res = utils.python.collect_extra_debug_data() - self.assertTrue(re.search('self.bar.*=.*baz', res), res) - # vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: