Removed duplicate test

This commit is contained in:
Andrew Murray 2023-10-30 21:24:42 +11:00
parent ee8c9c3522
commit 5fd3035362

View File

@ -210,12 +210,6 @@ def test_dx10_r8g8b8a8_unorm_srgb():
)
def test_unimplemented_dxgi_format():
with pytest.raises(NotImplementedError):
with Image.open("Tests/images/unimplemented_dxgi_format.dds"):
pass
@pytest.mark.parametrize(
("mode", "size", "test_file"),
[