From 3b796565049776a8c8cf91193df6f71b2116da44 Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Wed, 8 Nov 2023 13:23:04 -0500 Subject: [PATCH] Fix box[iref] issue in test image star.avifs --- tests/images/star.avifs | Bin 29724 -> 29724 bytes wheelbuild/config.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/images/star.avifs b/tests/images/star.avifs index bb9dfa5c33d2489acc17e4bc8f87d242fd354777..f2753395f8c3c131267eb4d1846ca9a21a6a47a3 100644 GIT binary patch delta 16 XcmbR9f^p6Z#tqDjj4Yd37$u4UHKYXx delta 16 XcmbR9f^p6Z#tqDjj0~Gu7$u4UHH-xV diff --git a/wheelbuild/config.sh b/wheelbuild/config.sh index 2ff05ca..88bcc64 100644 --- a/wheelbuild/config.sh +++ b/wheelbuild/config.sh @@ -428,7 +428,7 @@ function run_tests { $PYTHON_EXE -m pip install mock fi # Runs tests on installed distribution from an empty directory - (cd ../pillow-avif-plugin && pytest) + (cd ../pillow-avif-plugin && pytest -v) } # Work around flakiness of pip install with python 2.7