mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Silence the failure of test_pyclbr after adding a property in sre_parse
(issue #814253).
This commit is contained in:
commit
479c1176bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue