Skip to content

Commit 6dce320

Browse files
committed
Remove pytest-reverse
1 parent 9aec4db commit 6dce320

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
@@ -54,7 +54,7 @@ jobs:
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()

0 commit comments

Comments
 (0)