Skip to content

Commit

Permalink
Moved test_get_child_images to test_file_libtiff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 29, 2023
1 parent 7062304 commit 3863cd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
- name: Prepare build
run: |
sudo apt-get update && sudo apt-get install -qyy debootstrap
if [ "${{ matrix.target }}" = "latest" ]; then
git submodule update --remote Pillow
(cd Pillow && git checkout main)
fi
sudo chown -R 1000 $(pwd)
- name: Test Image Build
Expand Down
2 changes: 1 addition & 1 deletion Pillow
Submodule Pillow updated 53 files
+6 −2 .github/workflows/test-mingw.yml
+1 −1 .pre-commit-config.yaml
+24 −0 CHANGES.rst
+1 −1 LICENSE
+6 −2 README.md
+1 −1 RELEASING.md
+5 −0 Tests/test_deprecate.py
+35 −32 Tests/test_file_gif.py
+18 −0 Tests/test_file_libtiff.py
+1 −3 Tests/test_file_mpo.py
+1 −1 Tests/test_file_png.py
+15 −12 Tests/test_file_tar.py
+0 −18 Tests/test_file_tiff.py
+3 −2 Tests/test_file_tiff_metadata.py
+11 −0 Tests/test_image.py
+12 −0 Tests/test_image_filter.py
+24 −20 Tests/test_image_mode.py
+9 −10 Tests/test_image_resample.py
+34 −28 Tests/test_image_transform.py
+1 −1 Tests/test_imagegrab.py
+1 −4 Tests/test_imagepath.py
+2 −3 Tests/test_pdfparser.py
+2 −2 Tests/test_qt_image_qapplication.py
+1 −1 depends/install_imagequant.sh
+1 −1 depends/install_raqm.sh
+1 −1 depends/install_webp.sh
+1 −1 docs/COPYING
+6 −4 docs/conf.py
+26 −26 docs/handbook/concepts.rst
+17 −1 docs/index.rst
+10 −10 docs/installation.rst
+1 −0 docs/reference/Image.rst
+35 −41 docs/releasenotes/2.7.0.rst
+3 −2 setup.cfg
+11 −8 src/PIL/EpsImagePlugin.py
+1 −1 src/PIL/GifImagePlugin.py
+11 −4 src/PIL/Image.py
+3 −0 src/PIL/ImageFilter.py
+8 −4 src/PIL/ImageOps.py
+3 −1 src/PIL/JpegImagePlugin.py
+1 −3 src/PIL/PdfParser.py
+1 −3 src/PIL/PsdImagePlugin.py
+5 −3 src/PIL/TiffImagePlugin.py
+6 −2 src/PIL/__init__.py
+2 −0 src/PIL/_deprecate.py
+1 −1 src/PIL/_version.py
+22 −7 src/Tk/tkImaging.c
+3 −0 src/libImaging/BoxBlur.c
+2 −2 src/thirdparty/raqm/README.md
+2 −2 src/thirdparty/raqm/raqm-version.h
+455 −97 src/thirdparty/raqm/raqm.c
+15 −0 src/thirdparty/raqm/raqm.h
+8 −8 winbuild/build_prepare.py

0 comments on commit 3863cd6

Please sign in to comment.