get rid of remaining references to pallets stubs (#6474)

This commit is contained in:
Akuli
2021-12-02 21:41:40 +02:00
committed by GitHub
parent 506be4fb0a
commit 3f281881c2
2 changed files with 1 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ from pathlib import Path
import tomli
EXCLUDE_LIST = [
"Flask", # fails when stubtest tries to stringify some object
"pyaudio", # install failure locally
"backports", # errors on python version
"six", # ???