From 7e2b74578f28b4e55d0f4cda31c78cf7fe8b9085 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 10 Oct 2024 12:52:05 +1100 Subject: [PATCH] Phase 3 with oss-fuzz/test_fuzzers.py --- .ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/test.sh b/.ci/test.sh index 9d4da853615..73173a65135 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -4,4 +4,4 @@ set -e python3 -c "from PIL import Image" -python3 -bb -m pytest --threads 1 --iterations 1 -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests/oss-fuzz/test_fuzzers.py $REVERSE +python3 -bb -m pytest --require-gil-disabled -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests/oss-fuzz/test_fuzzers.py $REVERSE