From 5f456c2bb51f6908934278bc3f56c00236e67289 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 6 Jan 2025 18:55:09 +1100 Subject: [PATCH] list --- .ci/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/test.sh b/.ci/test.sh index ead72cfa6b9..443c95fa411 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -4,4 +4,5 @@ set -e python3 -c "from PIL import Image" +python3 -m pip list installed python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests/test_image.py $REVERSE