mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
pkg_resources is part of setuptools (#5669)
This commit is contained in:
@@ -16,7 +16,6 @@ EXCLUDE_LIST = [
|
||||
"Flask", # fails when stubtest tries to stringify some object
|
||||
"pyaudio", # install failure locally
|
||||
"backports", # errors on python version
|
||||
"pkg_resources", # ???
|
||||
"six", # ???
|
||||
"aiofiles", # easily fixable, some platform specific difference between local and ci
|
||||
"pycurl" # install failure, missing libcurl
|
||||
|
||||
Reference in New Issue
Block a user