Files
typeshed/stubs/PyAutoGUI/METADATA.toml
Samuel T 4f2666ba8e Complete pyautogui stubs (#8684)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2022-09-09 12:34:45 +01:00

8 lines
191 B
TOML

version = "0.9.*"
requires = ["types-Pillow"]
[tool.stubtest]
# pyautogui requires a display, resulting in the following error on the CI:
# failed to import, KeyError: 'DISPLAY'
skip = true