Commit 3402ef6c authored by Serhiy Storchaka's avatar Serhiy Storchaka

Silence the failure of test_pyclbr after adding a property in sre_parse

(issue #814253).
parent 84df7fe6
......@@ -159,7 +159,7 @@ class PyclbrTest(TestCase):
cm('cgi', ignore=('log',)) # set with = in module
cm('pickle')
cm('aifc', ignore=('openfp', '_aifc_params')) # set with = in module
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