mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 21:01:52 +08:00
8 lines
191 B
TOML
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
|