From fd7079f50056dc7483dcb791ba2c7f243018bcda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 04:22:06 +0000 Subject: [PATCH] Remove unused stubtest whitelist entries --- tests/stubtest_whitelists/py36.txt | 2 -- tests/stubtest_whitelists/py39.txt | 1 - 2 files changed, 3 deletions(-) diff --git a/tests/stubtest_whitelists/py36.txt b/tests/stubtest_whitelists/py36.txt index 6d5a953739d9..b30b37d5b52e 100644 --- a/tests/stubtest_whitelists/py36.txt +++ b/tests/stubtest_whitelists/py36.txt @@ -74,12 +74,10 @@ xml.etree.cElementTree.TreeBuilder.start # bpo-39495 xml.parsers.expat.XMLParserType.ExternalEntityParserCreate # These enums derive from (int, IntEnum) or (str, Enum). See comment in py3_common.txt enum.IntFlag.__new__ -pstats.SortKey.__new__ re.RegexFlag.__new__ socket.AddressInfo.__new__ socket.MsgFlag.__new__ ssl.Options.__new__ -ssl.TLSVersion.__new__ ssl.VerifyFlags.__new__ ssl.VerifyMode.__new__ tkinter.EventType.__new__ \ No newline at end of file diff --git a/tests/stubtest_whitelists/py39.txt b/tests/stubtest_whitelists/py39.txt index 8eca7b1879e1..a82080ecd46d 100644 --- a/tests/stubtest_whitelists/py39.txt +++ b/tests/stubtest_whitelists/py39.txt @@ -146,7 +146,6 @@ collections.abc.Coroutine.send collections.abc.Coroutine.throw collections.abc.Generator.send collections.abc.Generator.throw -contextlib.AbstractContextManager.__exit__ contextlib.AsyncExitStack.callback contextlib.AsyncExitStack.push_async_callback contextlib.ExitStack.callback