Skip to content

Commit 8a0e6d2

Browse files
committed
faster
1 parent 490e988 commit 8a0e6d2

13 files changed

+1
-660
lines changed

.ci/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44

55
python3 -c "from PIL import Image"
66

7-
python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests $REVERSE
7+
python3 -bb -m pytest -s -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests/test_file_avif.py

.github/workflows/cifuzz.yml

-62
This file was deleted.

.github/workflows/docs.yml

-71
This file was deleted.

.github/workflows/lint.yml

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ env:
88
permissions:
99
contents: read
1010

11-
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
13-
cancel-in-progress: true
14-
1511
jobs:
1612
build:
1713

.github/workflows/release-drafter.yml

-28
This file was deleted.

.github/workflows/stale.yml

-33
This file was deleted.

.github/workflows/test-cygwin.yml

-154
This file was deleted.

0 commit comments

Comments
 (0)