mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-11 09:08:27 +08:00
Allowlist-only fixes for stubtest on Windows (#9522)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user