Silence the failure of test_pyclbr after adding a property in sre_parse
(issue #814253).
This commit is contained in:
parent
84df7fe6a2
commit
3402ef6c8d
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue