From 940224eaadb27cf4fbc21583b13da912dca3b425 Mon Sep 17 00:00:00 2001 From: REDxEYE Date: Mon, 30 Oct 2023 14:32:20 +0300 Subject: [PATCH] Remove wrong test_save input --- Tests/test_file_dds.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/test_file_dds.py b/Tests/test_file_dds.py index bed143656a5..def548a34c5 100644 --- a/Tests/test_file_dds.py +++ b/Tests/test_file_dds.py @@ -375,7 +375,6 @@ def test_open_rgb8(): ("LA", "Tests/images/uncompressed_la.png"), ("RGB", "Tests/images/hopper.png"), ("RGBA", "Tests/images/pil123rgba.png"), - ("L", TEST_FILE_ATI1), ], ) def test_save(mode, test_file, tmp_path):