Allowlist-only fixes for stubtest on Windows (#9522)

This commit is contained in:
Avasam
2023-01-13 07:45:38 -05:00
committed by GitHub
parent b216053432
commit 1946907451
8 changed files with 13 additions and 6 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
PIL.FpxImagePlugin
PIL.ImageQt.ImageQt
PIL.ImageQt.QImage # Does exist at runtime usually, but stubtest can't see it
PIL.ImageQt.QPixmap # Does exist at runtime usually, but stubtest can't see it
PIL.MicImagePlugin
# Requires Pyside or PyQt to be installed.
# We don't install either in stubtest so it can't see it
PIL.ImageQt.QImage
PIL.ImageQt.QPixmap