mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
Fix test for pypy 3.
This commit is contained in:
parent
233deee0d3
commit
6d938e0999
@ -1213,7 +1213,5 @@ class UtilsPythonTest(SupyTestCase):
|
|||||||
except:
|
except:
|
||||||
res = utils.python.collect_extra_debug_data()
|
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:
|
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user