Remove unused stubtest allowlist entries (#5697)

Co-authored-by: hauntsaninja <hauntsaninja@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-06-26 21:28:00 -07:00
committed by GitHub
parent 50f5858a56
commit 1fb100dca4
4 changed files with 0 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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_

View File

@@ -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