mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget private (GH-96053)
This commit is contained in:
parent
4a6fa89465
commit
1a720c6003
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue