From b743d60ecdd036bf77ab13a4da685023359071e9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 24 Dec 2024 21:54:40 +1100 Subject: [PATCH] existing --- .ci/test.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/test.cmd b/.ci/test.cmd index 5fdd9c5f510..ec7da992658 100644 --- a/.ci/test.cmd +++ b/.ci/test.cmd @@ -1,3 +1,3 @@ python.exe -c "from PIL import Image" IF ERRORLEVEL 1 EXIT /B -python.exe -c "from PIL import Image;Image.open('clusterfuzz-testcase-minimized-fuzz_pillow-5015640213159936').load()" +python.exe -bb -m pytest -s -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests/test_file_jpeg2k.py