Skip to content

Commit

Permalink
Fix box[iref] issue in test image star.avifs
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Nov 8, 2023
1 parent fa137db commit 3b79656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified tests/images/star.avifs
Binary file not shown.
2 changes: 1 addition & 1 deletion wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b79656

Please sign in to comment.