pkg_resources is part of setuptools (#5669)

This commit is contained in:
Sebastian Rittau
2021-06-21 16:19:18 +02:00
committed by GitHub
parent b1ef60c9d5
commit a319ba4604
6 changed files with 29 additions and 2 deletions
-1
View File
@@ -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