Silence the failure of test_pyclbr after adding a property in sre_parse

(issue #814253).
This commit is contained in:
Serhiy Storchaka 2014-11-07 22:32:37 +02:00
parent 84df7fe6a2
commit 3402ef6c8d
1 changed files with 1 additions and 1 deletions

View File

@ -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')