Commit c4d2760a authored by Serhiy Storchaka's avatar Serhiy Storchaka

Silence the failure of test_pyclbr after adding a property in sre_parse

(issue #814253).
parent 15ea870e
......@@ -180,7 +180,7 @@ class PyclbrTest(TestCase):
cm('pickle')
cm('aifc', ignore=('openfp',)) # set with = in module
cm('Cookie')
cm('sre_parse', ignore=('dump',)) # from sre_constants import *
cm('sre_parse', ignore=('dump', 'groups')) # from sre_constants import *; property
cm('pdb')
cm('pydoc')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment