mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-18 09:55:59 +08:00
pyautogui: just skip stubtest (#8678)
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
# pyautogui requires a display, resulting in the following error on the CI:
|
||||
# failed to import, KeyError: 'DISPLAY'
|
||||
pyautogui
|
||||
@@ -1,4 +1,6 @@
|
||||
version = "0.9.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
# pyautogui requires a display, resulting in the following error on the CI:
|
||||
# failed to import, KeyError: 'DISPLAY'
|
||||
skip = true
|
||||
|
||||
Reference in New Issue
Block a user