mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Remove unused stubtest allowlist entries (#5697)
Co-authored-by: hauntsaninja <hauntsaninja@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
50f5858a56
commit
1fb100dca4
@@ -35,7 +35,6 @@ collections.abc.AsyncGenerator.ag_running
|
||||
collections.abc.ItemsView.__reversed__
|
||||
collections.abc.KeysView.__reversed__
|
||||
collections.abc.ValuesView.__reversed__
|
||||
contextlib.nullcontext # not a function at runtime
|
||||
contextvars.Context.__init__ # Default C __init__ signature is wrong
|
||||
dataclasses.field
|
||||
dummy_threading
|
||||
|
||||
@@ -26,7 +26,6 @@ collections.abc.AsyncGenerator.ag_frame
|
||||
collections.abc.AsyncGenerator.ag_running
|
||||
contextvars.Context.__init__ # Default C __init__ signature is wrong
|
||||
contextvars.ContextVar.get
|
||||
contextlib.nullcontext # not a function at runtime
|
||||
dataclasses.field
|
||||
enum.Enum._generate_next_value_
|
||||
fractions.Fraction.__new__ # overload is too complicated for stubtest to resolve
|
||||
|
||||
@@ -32,7 +32,6 @@ collections.abc.AsyncGenerator.ag_running
|
||||
collections.abc.ItemsView.__reversed__
|
||||
collections.abc.KeysView.__reversed__
|
||||
collections.abc.ValuesView.__reversed__
|
||||
contextlib.nullcontext # not a function at runtime
|
||||
contextvars.Context.__init__ # Default C __init__ signature is wrong
|
||||
dataclasses.field
|
||||
enum.Enum._generate_next_value_
|
||||
|
||||
@@ -36,7 +36,6 @@ collections.abc.AsyncGenerator.ag_running
|
||||
collections.abc.ItemsView.__reversed__
|
||||
collections.abc.KeysView.__reversed__
|
||||
collections.abc.ValuesView.__reversed__
|
||||
contextlib.nullcontext # not a function at runtime
|
||||
contextvars.Context.__init__ # Default C __init__ signature is wrong
|
||||
dataclasses.field
|
||||
dummy_threading
|
||||
|
||||
Reference in New Issue
Block a user