mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 20:31:32 +08:00
7 lines
163 B
TOML
7 lines
163 B
TOML
version = "0.9.*"
|
|
|
|
[tool.stubtest]
|
|
# pyautogui requires a display, resulting in the following error on the CI:
|
|
# failed to import, KeyError: 'DISPLAY'
|
|
skip = true
|