mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Removed duplicate test
This commit is contained in:
parent
2a296be986
commit
985fec2f56
|
@ -124,14 +124,6 @@ def test_file_object(tmp_path):
|
||||||
image1.save(fh, "EPS")
|
image1.save(fh, "EPS")
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(not HAS_GHOSTSCRIPT, reason="Ghostscript not available")
|
|
||||||
def test_iobase_object(tmp_path):
|
|
||||||
# issue 479
|
|
||||||
with Image.open(FILE1) as image1:
|
|
||||||
with open(str(tmp_path / "temp_iobase.eps"), "wb") as fh:
|
|
||||||
image1.save(fh, "EPS")
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(not HAS_GHOSTSCRIPT, reason="Ghostscript not available")
|
@pytest.mark.skipif(not HAS_GHOSTSCRIPT, reason="Ghostscript not available")
|
||||||
def test_bytesio_object():
|
def test_bytesio_object():
|
||||||
with open(FILE1, "rb") as f:
|
with open(FILE1, "rb") as f:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user