Skip to content

Commit 985fec2

Browse files
committed
Removed duplicate test
1 parent 2a296be commit 985fec2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Tests/test_file_eps.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,6 @@ def test_file_object(tmp_path):
124124
image1.save(fh, "EPS")
125125

126126

127-
@pytest.mark.skipif(not HAS_GHOSTSCRIPT, reason="Ghostscript not available")
128-
def test_iobase_object(tmp_path):
129-
# issue 479
130-
with Image.open(FILE1) as image1:
131-
with open(str(tmp_path / "temp_iobase.eps"), "wb") as fh:
132-
image1.save(fh, "EPS")
133-
134-
135127
@pytest.mark.skipif(not HAS_GHOSTSCRIPT, reason="Ghostscript not available")
136128
def test_bytesio_object():
137129
with open(FILE1, "rb") as f:

0 commit comments

Comments
 (0)