File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55python3 -c " from PIL import Image"
66
7- python3 -bb -m pytest -vv -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests $REVERSE
7+ python3 -bb -m pytest -vv -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests
Original file line number Diff line number Diff line change 5454 " 3.10" ,
5555 ]
5656 include :
57- - { python-version: "3.12", PYTHONOPTIMIZE: 1, REVERSE: "--reverse" }
57+ - { python-version: "3.12", PYTHONOPTIMIZE: 1 }
5858 - { python-version: "3.11", PYTHONOPTIMIZE: 2 }
5959 # Free-threaded
6060 - { python-version: "3.15t", disable-gil: true }
@@ -124,9 +124,6 @@ jobs:
124124
125125 - name : Test
126126 run : |
127- if [ $REVERSE ]; then
128- python3 -m pip install pytest-reverse
129- fi
130127 if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
131128 xvfb-run -s '-screen 0 1024x768x24' sway&
132129 export WAYLAND_DISPLAY=wayland-1
@@ -136,7 +133,6 @@ jobs:
136133 fi
137134 env :
138135 PYTHONOPTIMIZE : ${{ matrix.PYTHONOPTIMIZE }}
139- REVERSE : ${{ matrix.REVERSE }}
140136
141137 - name : Prepare to upload errors
142138 if : failure()
You can’t perform that action at this time.
0 commit comments