Skip to content

Commit

Permalink
Removed duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 30, 2023
1 parent ee8c9c3 commit 5fd3035
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Tests/test_file_dds.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
[
Expand Down

0 comments on commit 5fd3035

Please sign in to comment.