unittest: py312 updates for load_tests and loadTestsFromModule (#10640)

This commit is contained in:
Nikita Sobolev
2023-08-30 14:27:40 +03:00
committed by GitHub
parent c9583d9f14
commit 6c2c164de2
3 changed files with 9 additions and 5 deletions

View File

@@ -63,9 +63,6 @@ typing.override
typing_extensions.Protocol
typing_extensions.SupportsAbs.__type_params__
typing_extensions.SupportsRound.__type_params__
unittest.TestLoader.loadTestsFromModule
unittest.load_tests
unittest.loader.TestLoader.loadTestsFromModule
unittest.mock.NonCallableMock.__new__
urllib.request.AbstractHTTPHandler.__init__
urllib.request.HTTPSHandler.__init__