Skip to content

Commit

Permalink
faster
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 16, 2024
1 parent b585f9e commit e195c48
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 1,368 deletions.
99 changes: 0 additions & 99 deletions .appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

python3 -c "from PIL import Image"

python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests $REVERSE
python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests/test_file_avif.py $REVERSE
62 changes: 0 additions & 62 deletions .github/workflows/cifuzz.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/docs.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/lint.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/macos-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,18 @@ if [[ "$ImageOS" == "macos13" ]]; then
brew uninstall gradle maven
fi
brew install \
freetype \
ghostscript \
jpeg-turbo \
libimagequant \
libtiff \
little-cms2 \
openjpeg \
webp \
dav1d \
aom \
rav1e \
ninja
if [[ "$ImageOS" == "macos13" ]]; then
brew install --ignore-dependencies libraqm
else
brew install libraqm
fi
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"

python3 -m pip install coverage
python3 -m pip install defusedxml
python3 -m pip install ipython
python3 -m pip install olefile
python3 -m pip install -U pytest
python3 -m pip install -U pytest-cov
python3 -m pip install -U pytest-timeout
python3 -m pip install pyroma
python3 -m pip install numpy

# libavif
pushd depends && ./install_libavif.sh && popd

# extra test images
pushd depends && ./install_extra_test_images.sh && popd
28 changes: 0 additions & 28 deletions .github/workflows/release-drafter.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/stale.yml

This file was deleted.

Loading

0 comments on commit e195c48

Please sign in to comment.