File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 mingw-w64-x86_64-python3-numpy \
7070 mingw-w64-x86_64-python3-olefile \
7171 mingw-w64-x86_64-python3-pip \
72- mingw-w64-x86_64-python3-setuptools \
7372 mingw-w64-x86_64-python-pytest \
7473 mingw-w64-x86_64-python-pytest-cov \
7574 mingw-w64-x86_64-python-pytest-timeout \
7877 pushd depends && ./install_extra_test_images.sh && popd
7978
8079 - name : Build Pillow
81- run : SETUPTOOLS_USE_DISTUTILS="stdlib" CFLAGS="-coverage" python3 -m pip install .
80+ run : CFLAGS="-coverage" python3 -m pip install .
8281
8382 - name : Test Pillow
8483 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