From 8bc2565d11519b952aa33dd5cdb766f143c2310d Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sat, 3 Sep 2022 21:25:50 +0100 Subject: [PATCH] `pyautogui`: just skip stubtest (#8678) --- stubs/PyAutoGUI/@tests/stubtest_allowlist.txt | 3 --- stubs/PyAutoGUI/METADATA.toml | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 stubs/PyAutoGUI/@tests/stubtest_allowlist.txt diff --git a/stubs/PyAutoGUI/@tests/stubtest_allowlist.txt b/stubs/PyAutoGUI/@tests/stubtest_allowlist.txt deleted file mode 100644 index 5aef37e7c..000000000 --- a/stubs/PyAutoGUI/@tests/stubtest_allowlist.txt +++ /dev/null @@ -1,3 +0,0 @@ -# pyautogui requires a display, resulting in the following error on the CI: -# failed to import, KeyError: 'DISPLAY' -pyautogui diff --git a/stubs/PyAutoGUI/METADATA.toml b/stubs/PyAutoGUI/METADATA.toml index 1548770aa..c0c77d1f6 100644 --- a/stubs/PyAutoGUI/METADATA.toml +++ b/stubs/PyAutoGUI/METADATA.toml @@ -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