From fb5d249efb1f47f8157916130e040ed42015155c Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 8 Sep 2023 10:11:09 +1000 Subject: [PATCH] Install defusedxml, olefile and pyroma for tests --- config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config.sh b/config.sh index 615d3a4d..0a71cccf 100644 --- a/config.sh +++ b/config.sh @@ -157,6 +157,7 @@ function run_tests { if [ -z "$IS_ALPINE" ] && [[ "$MB_PYTHON_VERSION" != 3.12 ]]; then python3 -m pip install numpy fi + python3 -m pip install defusedxml olefile pyroma curl -fsSL -o pillow-test-images.zip https://github.com/python-pillow/test-images/archive/main.zip untar pillow-test-images.zip