File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,16 @@ jobs:
6868 mingw-w64-x86_64-openjpeg2 \
6969 mingw-w64-x86_64-python3-numpy \
7070 mingw-w64-x86_64-python3-olefile \
71- mingw-w64-x86_64-python3-setuptools \
71+ mingw-w64-x86_64-python3-pip \
72+ mingw-w64-x86_64-python-pytest \
73+ mingw-w64-x86_64-python-pytest-cov \
74+ mingw-w64-x86_64-python-pytest-timeout \
7275 mingw-w64-x86_64-python-pyqt6
7376
74- python3 -m ensurepip
75- python3 -m pip install pyroma pytest pytest-cov pytest-timeout
76-
7777 pushd depends && ./install_extra_test_images.sh && popd
7878
7979 - name : Build Pillow
80- run : SETUPTOOLS_USE_DISTUTILS="stdlib" CFLAGS="-coverage" python3 -m pip install .
80+ run : CFLAGS="-coverage" python3 -m pip install .
8181
8282 - name : Test Pillow
8383 run : |
Original file line number Diff line number Diff line change @@ -195,11 +195,6 @@ Many of Pillow's features require external libraries:
195195 mingw-w64-x86_64-libimagequant \
196196 mingw-w64-x86_64-libraqm
197197
198- https://www.msys2.org/docs/python/ states that setuptools >= 60 does not work with
199- MSYS2. To workaround this, before installing Pillow you must run::
200-
201- export SETUPTOOLS_USE_DISTUTILS=stdlib
202-
203198.. tab :: FreeBSD
204199
205200 .. Note :: Only FreeBSD 10 and 11 tested
You can’t perform that action at this time.
0 commit comments