mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Remove duplicate test
This commit is contained in:
parent
da7e331573
commit
462e3fdaa5
|
@ -263,11 +263,6 @@ def test_no_jp2():
|
|||
out.seek(4)
|
||||
assert out.read(2) == b"jP"
|
||||
|
||||
out = BytesIO()
|
||||
test_card.save(out, "JPEG2000", no_jp2=False)
|
||||
out.seek(4)
|
||||
assert out.read(2) == b"jP"
|
||||
|
||||
|
||||
def test_mct():
|
||||
# Three component
|
||||
|
|
Loading…
Reference in New Issue
Block a user