Skip to content

Commit c2eb8e2

Browse files
committed
Remove pytest-reverse
1 parent f5bbfb7 commit c2eb8e2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.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)