Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3402ef6

Browse files
Silence the failure of test_pyclbr after adding a property in sre_parse
(issue #814253).
1 parent 84df7fe commit 3402ef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_pyclbr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def test_others(self):
159159
cm('cgi', ignore=('log',)) # set with = in module
160160
cm('pickle')
161161
cm('aifc', ignore=('openfp', '_aifc_params')) # set with = in module
162-
cm('sre_parse', ignore=('dump',)) # from sre_constants import *
162+
cm('sre_parse', ignore=('dump', 'groups')) # from sre_constants import *; property
163163
cm('pdb')
164164
cm('pydoc')
165165

0 commit comments

Comments
 (0)