From 4876b55382d9f6fb6d8971a294dbd2f2daf09acc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2020 11:32:32 +0200 Subject: [PATCH] Remove unused stubtest whitelist entries (#4560) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- tests/stubtest_whitelists/py37.txt | 1 - tests/stubtest_whitelists/py38.txt | 2 -- tests/stubtest_whitelists/py39.txt | 2 -- 3 files changed, 5 deletions(-) diff --git a/tests/stubtest_whitelists/py37.txt b/tests/stubtest_whitelists/py37.txt index 6035e8a3b..155930cdd 100644 --- a/tests/stubtest_whitelists/py37.txt +++ b/tests/stubtest_whitelists/py37.txt @@ -10,7 +10,6 @@ asyncio.staggered # Added in Python 3.8 asyncio.threads # Added in Python 3.9 asyncio.trsock # Added in Python 3.8 builtins.dict.get -builtins.reversed builtins.str.maketrans cmath.log collections.AsyncGenerator.ag_await diff --git a/tests/stubtest_whitelists/py38.txt b/tests/stubtest_whitelists/py38.txt index 4e3221024..b3b48d0cb 100644 --- a/tests/stubtest_whitelists/py38.txt +++ b/tests/stubtest_whitelists/py38.txt @@ -14,9 +14,7 @@ asyncio.futures.Future.__init__ asyncio.futures.Future._callbacks asyncio.proactor_events._ProactorBasePipeTransport.__del__ asyncio.threads # Added in Python 3.9 -builtins.compile builtins.dict.get -builtins.reversed collections.AsyncGenerator.ag_await collections.AsyncGenerator.ag_code collections.AsyncGenerator.ag_frame diff --git a/tests/stubtest_whitelists/py39.txt b/tests/stubtest_whitelists/py39.txt index 41af4d63d..6efa287b7 100644 --- a/tests/stubtest_whitelists/py39.txt +++ b/tests/stubtest_whitelists/py39.txt @@ -18,9 +18,7 @@ asyncio.events.AbstractEventLoop.sock_sendfile asyncio.futures.Future.__init__ asyncio.futures.Future._callbacks asyncio.proactor_events._ProactorBasePipeTransport.__del__ -builtins.compile builtins.dict.get -builtins.reversed collections.AsyncGenerator.ag_await collections.AsyncGenerator.ag_code collections.AsyncGenerator.ag_frame