diff --git a/tests/stubtest_allowlists/py310.txt b/tests/stubtest_allowlists/py310.txt index 80598ad95..08cd87aa6 100644 --- a/tests/stubtest_allowlists/py310.txt +++ b/tests/stubtest_allowlists/py310.txt @@ -23,7 +23,6 @@ _collections_abc.MutableMapping.__setitem__ _collections_abc.MutableMapping.pop _collections_abc.MutableMapping.setdefault -_dummy_thread ast.Bytes.__new__ ast.Ellipsis.__new__ ast.ExtSlice.__new__ @@ -48,7 +47,6 @@ collections.abc.ValuesView.__reversed__ contextvars.Context.__init__ # Default C __init__ signature is wrong dataclasses.field dataclasses.KW_ONLY -dummy_threading enum.Enum._generate_next_value_ fractions.Fraction.__new__ # overload is too complicated for stubtest to resolve functools.partialmethod.__get__ @@ -69,7 +67,6 @@ platform.uname_result.__new__ platform.uname_result._fields platform.uname_result.processor queue.SimpleQueue.__init__ # Default C __init__ signature is wrong -smtplib.LMTP.__init__ ssl.PROTOCOL_SSLv3 # Depends on ssl compilation ssl.RAND_egd # Depends on openssl compilation symtable.SymbolTable.has_exec @@ -133,8 +130,6 @@ importlib.machinery.BuiltinImporter.exec_module importlib.machinery.FrozenImporter.create_module importlib.machinery.PathFinder.invalidate_caches importlib.metadata.MetadataPathFinder.invalidate_caches -locale.strcoll -locale.strxfrm logging.Formatter.__init__ logging.LoggerAdapter.__init__ logging.PercentStyle.__init__ @@ -168,7 +163,6 @@ sqlite3.dbapi2.Row.keys sqlite3.dbapi2.complete_statement ssl.SSLContext.__new__ ssl._create_unverified_context -ssl.get_server_certificate typing.SupportsRound.__round__ unicodedata.ucnhash_CAPI unittest.mock.create_autospec diff --git a/tests/stubtest_allowlists/py39.txt b/tests/stubtest_allowlists/py39.txt index af6095957..80df8d088 100644 --- a/tests/stubtest_allowlists/py39.txt +++ b/tests/stubtest_allowlists/py39.txt @@ -6,7 +6,6 @@ _collections_abc.AsyncGenerator.ag_running _collections_abc.ItemsView.__reversed__ _collections_abc.KeysView.__reversed__ _collections_abc.ValuesView.__reversed__ -_dummy_thread ast.Bytes.__new__ ast.Ellipsis.__new__ ast.ExtSlice.__new__ @@ -38,7 +37,6 @@ collections.abc.KeysView.__reversed__ collections.abc.ValuesView.__reversed__ contextvars.Context.__init__ # Default C __init__ signature is wrong dataclasses.field -dummy_threading enum.Enum._generate_next_value_ fractions.Fraction.__new__ # overload is too complicated for stubtest to resolve functools.partialmethod.__get__ @@ -60,7 +58,6 @@ platform.uname_result._fields platform.uname_result.processor queue.SimpleQueue.__init__ # Default C __init__ signature is wrong sched.Event.__doc__ # __slots__ is overridden -smtplib.LMTP.__init__ ssl.PROTOCOL_SSLv3 # Depends on ssl compilation ssl.RAND_egd # Depends on openssl compilation symtable.SymbolTable.has_exec diff --git a/tests/stubtest_allowlists/py3_common.txt b/tests/stubtest_allowlists/py3_common.txt index 0e5cda267..0f4818a5a 100644 --- a/tests/stubtest_allowlists/py3_common.txt +++ b/tests/stubtest_allowlists/py3_common.txt @@ -11,7 +11,6 @@ _collections_abc.Generator.gi_yieldfrom _collections_abc.Mapping.get # Adding None to the Union messed up mypy _collections_abc.Sequence.index # Supporting None in end is not mandatory _csv.Dialect.__init__ # C __init__ signature is inaccurate -_dummy_threading _socket.* _threading_local.local.__new__ _typeshed.* # Utility types for typeshed, doesn't exist at runtime