From 1fb100dca460b963039b2639ffb0e087be44819b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Jun 2021 21:28:00 -0700 Subject: [PATCH] Remove unused stubtest allowlist entries (#5697) Co-authored-by: hauntsaninja --- tests/stubtest_allowlists/py310.txt | 1 - tests/stubtest_allowlists/py37.txt | 1 - tests/stubtest_allowlists/py38.txt | 1 - tests/stubtest_allowlists/py39.txt | 1 - 4 files changed, 4 deletions(-) diff --git a/tests/stubtest_allowlists/py310.txt b/tests/stubtest_allowlists/py310.txt index 0ad3ef877..0adf00e64 100644 --- a/tests/stubtest_allowlists/py310.txt +++ b/tests/stubtest_allowlists/py310.txt @@ -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 diff --git a/tests/stubtest_allowlists/py37.txt b/tests/stubtest_allowlists/py37.txt index b8bf0719a..968cfd67c 100644 --- a/tests/stubtest_allowlists/py37.txt +++ b/tests/stubtest_allowlists/py37.txt @@ -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 diff --git a/tests/stubtest_allowlists/py38.txt b/tests/stubtest_allowlists/py38.txt index 0041453b3..249e9c4a5 100644 --- a/tests/stubtest_allowlists/py38.txt +++ b/tests/stubtest_allowlists/py38.txt @@ -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_ diff --git a/tests/stubtest_allowlists/py39.txt b/tests/stubtest_allowlists/py39.txt index 3db55c550..3d7084d82 100644 --- a/tests/stubtest_allowlists/py39.txt +++ b/tests/stubtest_allowlists/py39.txt @@ -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