From a7a037b7ae68979a7a99ef977619e0255f7ce7f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 21:39:33 -0800 Subject: [PATCH] Remove unused stubtest whitelist entries (#4935) Co-authored-by: hauntsaninja --- tests/stubtest_whitelists/linux-py38.txt | 1 - tests/stubtest_whitelists/py39.txt | 1 - tests/stubtest_whitelists/py3_common.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/tests/stubtest_whitelists/linux-py38.txt b/tests/stubtest_whitelists/linux-py38.txt index 3eeef9f7d..10870aeab 100644 --- a/tests/stubtest_whitelists/linux-py38.txt +++ b/tests/stubtest_whitelists/linux-py38.txt @@ -1,4 +1,3 @@ -ctypes.wintypes os.MFD_HUGE_32MB os.MFD_HUGE_512MB time.CLOCK_PROF diff --git a/tests/stubtest_whitelists/py39.txt b/tests/stubtest_whitelists/py39.txt index 57cebf7c2..25309a9e6 100644 --- a/tests/stubtest_whitelists/py39.txt +++ b/tests/stubtest_whitelists/py39.txt @@ -153,7 +153,6 @@ contextvars.ContextVar.set dataclasses.dataclass dataclasses.replace io.IncrementalNewlineDecoder.setstate -itertools.tee lzma.LZMACompressor.compress lzma.is_check_supported os.initgroups diff --git a/tests/stubtest_whitelists/py3_common.txt b/tests/stubtest_whitelists/py3_common.txt index 67d059911..9abeda432 100644 --- a/tests/stubtest_whitelists/py3_common.txt +++ b/tests/stubtest_whitelists/py3_common.txt @@ -222,7 +222,6 @@ ipaddress._BaseAddress.is_unspecified ipaddress._BaseAddress.max_prefixlen ipaddress._BaseAddress.packed ipaddress._BaseNetwork.max_prefixlen -itertools.accumulate itertools.chain.from_iterable itertools.combinations_with_replacement itertools.compress