From 42e5f92cffb57972df04fe8da61f311671460800 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 26 Dec 2024 18:06:03 +1100 Subject: [PATCH] environ --- .ci/test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.ci/test.sh b/.ci/test.sh index 3f0ddc350a9..c34cdcd674b 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -2,6 +2,4 @@ set -e -python3 -c "from PIL import Image" - -python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests $REVERSE +python3 -c "import os;print(os.environ)"