From 3bce17175c4b1fb55d4ae4d8cc1532e3233e46a5 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 9 May 2022 22:30:04 +1000 Subject: [PATCH] Replaced test image to fix xfail --- Tests/images/decompression_bomb.ico | Bin 58 -> 198 bytes Tests/test_decompression_bomb.py | 1 - 2 files changed, 1 deletion(-) diff --git a/Tests/images/decompression_bomb.ico b/Tests/images/decompression_bomb.ico index 0efc9eaf74bc15bd5fd4babe445ff49035cd140e..2ecfa8586e8ea407f6f8232ac0d726670eaea6e6 100644 GIT binary patch literal 198 vcmZQzU<5(|0VXiLfq{WR42U&=`2T+h2Fc?C|3M0ofcy^z24XOh7K)hw6`&IK literal 58 vcmZQzU<5)1CIKL+!SI5KfkBLc0mxzi@);Pc7#Qjq83ceV28N$NIb;9;XITSG diff --git a/Tests/test_decompression_bomb.py b/Tests/test_decompression_bomb.py index 1572328de..d85d1f3c2 100644 --- a/Tests/test_decompression_bomb.py +++ b/Tests/test_decompression_bomb.py @@ -51,7 +51,6 @@ class TestDecompressionBomb: with Image.open(TEST_FILE): pass - @pytest.mark.xfail(reason="different exception") def test_exception_ico(self): with pytest.raises(Image.DecompressionBombError): with Image.open("Tests/images/decompression_bomb.ico"):