mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-01 03:33:21 +03:00
Enabled test
This commit is contained in:
parent
c259ac492f
commit
1735872442
|
@ -510,11 +510,7 @@ class TestFileLibTiff(LibTiffTestCase):
|
||||||
assert len(reloaded.tag_v2[320]) == 768
|
assert len(reloaded.tag_v2[320]) == 768
|
||||||
|
|
||||||
@pytest.mark.parametrize("compression", ("tiff_ccitt", "group3", "group4"))
|
@pytest.mark.parametrize("compression", ("tiff_ccitt", "group3", "group4"))
|
||||||
def xtest_bw_compression_w_rgb(self, compression, tmp_path):
|
def test_bw_compression_w_rgb(self, compression, tmp_path):
|
||||||
"""This test passes, but when running all tests causes a failure due
|
|
||||||
to output on stderr from the error thrown by libtiff. We need to
|
|
||||||
capture that but not now"""
|
|
||||||
|
|
||||||
im = hopper("RGB")
|
im = hopper("RGB")
|
||||||
out = str(tmp_path / "temp.tif")
|
out = str(tmp_path / "temp.tif")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user