Skip to content

Commit 8bc2565

Browse files
authored
pyautogui: just skip stubtest (#8678)
1 parent 54c5628 commit 8bc2565

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

stubs/PyAutoGUI/@tests/stubtest_allowlist.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

stubs/PyAutoGUI/METADATA.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
version = "0.9.*"
22

33
[tool.stubtest]
4-
ignore_missing_stub = false
4+
# pyautogui requires a display, resulting in the following error on the CI:
5+
# failed to import, KeyError: 'DISPLAY'
6+
skip = true

0 commit comments

Comments
 (0)