gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget private (GH-96053)

This commit is contained in:
Irit Katriel 2022-08-18 11:16:07 +01:00 committed by GitHub
parent 4a6fa89465
commit 1a720c6003
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -229,7 +229,7 @@ class PyclbrTest(TestCase):
cm(
'pdb',
# pyclbr does not handle elegantly `typing` or properties
ignore=('Union', 'ModuleTarget', 'ScriptTarget'),
ignore=('Union', '_ModuleTarget', '_ScriptTarget'),
)
cm('pydoc', ignore=('input', 'output',)) # properties