mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Install defusedxml, olefile and pyroma for tests
This commit is contained in:
parent
a9ec7366cb
commit
fb5d249efb
|
@ -157,6 +157,7 @@ function run_tests {
|
||||||
if [ -z "$IS_ALPINE" ] && [[ "$MB_PYTHON_VERSION" != 3.12 ]]; then
|
if [ -z "$IS_ALPINE" ] && [[ "$MB_PYTHON_VERSION" != 3.12 ]]; then
|
||||||
python3 -m pip install numpy
|
python3 -m pip install numpy
|
||||||
fi
|
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
|
curl -fsSL -o pillow-test-images.zip https://github.com/python-pillow/test-images/archive/main.zip
|
||||||
untar pillow-test-images.zip
|
untar pillow-test-images.zip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user