Skip to content

Commit

Permalink
Blacklist distutils.dist.Distribution.announce
Browse files Browse the repository at this point in the history
See python/typeshed#9800 for context
  • Loading branch information
AlexWaygood authored Feb 23, 2023
1 parent e88e670 commit 2931a70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stdlib-blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2931a70

Please sign in to comment.