Update Tests/test_imagegrab.py

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Adian Kozlica 2025-04-19 02:31:40 +02:00 committed by GitHub
parent 29b64ea926
commit af3a1fdc15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,8 +43,8 @@ class TestImageGrab:
if (
sys.platform not in ("win32", "darwin")
and not shutil.which("gnome-screenshot")
and not shutil.which("spectacle")
and not shutil.which("grim")
and not shutil.which("spectacle")
):
with pytest.raises(OSError) as e:
ImageGrab.grab()