Skip to content

Commit 8a12470

Browse files
committed
Remove pytest-reverse
1 parent 48f4693 commit 8a12470

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.ci/test.sh

Lines changed: 1 addition & 1 deletion
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 -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

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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()

0 commit comments

Comments
 (0)