diff --git a/stdlib-blacklist.txt b/stdlib-blacklist.txt index 151bd7a..cb6eb0f 100644 --- a/stdlib-blacklist.txt +++ b/stdlib-blacklist.txt @@ -42,6 +42,10 @@ cmath.log os.utime pyexpat.XMLParserType.ExternalEntityParserCreate +# Adding the default to this method causes stubtest to fail for typeshed's setuptools stubs +# See https://github.com/python/typeshed/pull/9800 +distutils.dist.Distribution.announce + # TODO: fix these in typeshed: https://github.com/python/typeshed/issues/9652 asyncio.base_events.BaseEventLoop.create_connection asyncio.base_events.BaseEventLoop.create_server