pyautogui: just skip stubtest (#8678)

This commit is contained in:
Alex Waygood
2022-09-03 21:25:50 +01:00
committed by GitHub
parent 54c562827b
commit 8bc2565d11
2 changed files with 3 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
# pyautogui requires a display, resulting in the following error on the CI:
# failed to import, KeyError: 'DISPLAY'
pyautogui

View File

@@ -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