Skip to content

Commit 6741706

Browse files
Add curframe_locals to test_pyclbr
1 parent 697f0eb commit 6741706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pyclbr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test_others(self):
234234
cm(
235235
'pdb',
236236
# pyclbr does not handle elegantly `typing` or properties
237-
ignore=('Union', '_ModuleTarget', '_ScriptTarget', '_ZipTarget'),
237+
ignore=('Union', '_ModuleTarget', '_ScriptTarget', '_ZipTarget', 'curframe_locals'),
238238
)
239239
cm('pydoc', ignore=('input', 'output',)) # properties
240240

0 commit comments

Comments
 (0)