diff --git a/tests/images/star.avifs b/tests/images/star.avifs index bb9dfa5..f275339 100644 Binary files a/tests/images/star.avifs and b/tests/images/star.avifs differ 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