Skip to content

Commit 06f63eb

Browse files
Fix the annoying clbr test
1 parent 9d6b9d4 commit 06f63eb

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
@@ -250,7 +250,7 @@ def test_others(self):
250250
'pdb',
251251
# pyclbr does not handle elegantly `typing` or properties
252252
ignore=('Union', '_ModuleTarget', '_ScriptTarget', '_ZipTarget', 'curframe_locals',
253-
'_InteractState'),
253+
'_InteractState', 'rlcompleter'),
254254
)
255255
cm('pydoc', ignore=('input', 'output',)) # properties
256256

0 commit comments

Comments
 (0)