mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
Remove unused stubtest allowlist entries (#6439)
Co-authored-by: hauntsaninja <hauntsaninja@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1d335545b2
commit
e05a7423c4
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user