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 5353 " 3.10" ,
5454 ]
5555 include :
56- - { python-version: "3.12", PYTHONOPTIMIZE: 1, REVERSE: "--reverse" }
56+ - { python-version: "3.12", PYTHONOPTIMIZE: 1 }
5757 - { python-version: "3.11", PYTHONOPTIMIZE: 2 }
5858 # Free-threaded
5959 - { python-version: "3.15t", disable-gil: true }
@@ -123,9 +123,6 @@ jobs:
123123
124124 - name : Test
125125 run : |
126- if [ $REVERSE ]; then
127- python3 -m pip install pytest-reverse
128- fi
129126 if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
130127 xvfb-run -s '-screen 0 1024x768x24' sway&
131128 export WAYLAND_DISPLAY=wayland-1
@@ -135,7 +132,6 @@ jobs:
135132 fi
136133 env :
137134 PYTHONOPTIMIZE : ${{ matrix.PYTHONOPTIMIZE }}
138- REVERSE : ${{ matrix.REVERSE }}
139135
140136 - name : Prepare to upload errors
141137 if : failure()
You can’t perform that action at this time.
0 commit comments