From 3f281881c2d67749fad1e8f289ad6ba395a1953a Mon Sep 17 00:00:00 2001 From: Akuli Date: Thu, 2 Dec 2021 21:41:40 +0200 Subject: [PATCH] get rid of remaining references to pallets stubs (#6474) --- pyrightconfig.stricter.json | 5 +---- tests/stubtest_third_party.py | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index fddc16935..bf3e5e008 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -26,12 +26,10 @@ "stubs/cryptography", "stubs/dateparser", "stubs/docutils", - "stubs/Flask", "stubs/fpdf2", "stubs/html5lib", "stubs/httplib2", "stubs/humanfriendly", - "stubs/Jinja2", "stubs/jmespath", "stubs/jsonschema", "stubs/Markdown", @@ -58,8 +56,7 @@ "stubs/slumber", "stubs/stripe", "stubs/ttkthemes", - "stubs/vobject", - "stubs/Werkzeug" + "stubs/vobject" ], "typeCheckingMode": "basic", "strictListInference": true, diff --git a/tests/stubtest_third_party.py b/tests/stubtest_third_party.py index 799665965..85901f03c 100755 --- a/tests/stubtest_third_party.py +++ b/tests/stubtest_third_party.py @@ -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", # ???