diff --git a/Tests/test_file_pcx.py b/Tests/test_file_pcx.py index 63d1f5dd1..7621c1cc6 100644 --- a/Tests/test_file_pcx.py +++ b/Tests/test_file_pcx.py @@ -32,8 +32,6 @@ class TestFilePcx(PillowTestCase): for mode in ('1', 'L', 'P', 'RGB'): # larger, odd sized images are better here to ensure that # we handle interrupted scan lines properly. - if mode == 'P': - continue self._roundtrip(hopper(mode).resize((511, 511))) def test_pil184(self):