From 54c2e23a55857d6ffb4dd87fb5caee9c07d7fdb5 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Sun, 22 May 2022 02:04:11 -0700 Subject: [PATCH] 3.11 allowlist: move inspect._ParameterKind.description to wontfix section (#7920) --- tests/stubtest_allowlists/py311.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/stubtest_allowlists/py311.txt b/tests/stubtest_allowlists/py311.txt index a1c0c9764..73edaa004 100644 --- a/tests/stubtest_allowlists/py311.txt +++ b/tests/stubtest_allowlists/py311.txt @@ -51,7 +51,6 @@ fractions.Fraction.__new__ # overload is too complicated for stubtest to resolv ftplib.FTP.trust_server_pasv_ipv4_address functools.partial.__vectorcalloffset__ importlib.resources.Resource -inspect._ParameterKind.description ipaddress.IPv4Interface.hostmask ipaddress.IPv6Interface.hostmask ipaddress._BaseNetwork.broadcast_address @@ -150,6 +149,7 @@ types.GenericAlias.__call__ # Would be complicated to fix properly, Any could s types.GenericAlias.__getattr__ types.GenericAlias.__mro_entries__ weakref.ProxyType.__reversed__ # Doesn't really exist +inspect._ParameterKind.description # Still exists, but stubtest can't see it # Inherits __init__ from typing.Protocol (https://github.com/python/mypy/issues/12820) importlib.abc.Traversable.__init__