mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-18 09:05:07 +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
|