We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5bbfb7 commit c2eb8e2Copy full SHA for c2eb8e2
1 file changed
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
"3.10",
54
]
55
include:
56
- - { python-version: "3.12", PYTHONOPTIMIZE: 1, REVERSE: "--reverse" }
+ - { python-version: "3.12", PYTHONOPTIMIZE: 1 }
57
- { python-version: "3.11", PYTHONOPTIMIZE: 2 }
58
# Free-threaded
59
- { python-version: "3.15t", disable-gil: true }
@@ -123,9 +123,6 @@ jobs:
123
124
- name: Test
125
run: |
126
- if [ $REVERSE ]; then
127
- python3 -m pip install pytest-reverse
128
- fi
129
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
130
xvfb-run -s '-screen 0 1024x768x24' sway&
131
export WAYLAND_DISPLAY=wayland-1
@@ -135,7 +132,6 @@ jobs:
135
132
fi
136
133
env:
137
134
PYTHONOPTIMIZE: ${{ matrix.PYTHONOPTIMIZE }}
138
- REVERSE: ${{ matrix.REVERSE }}
139
140
- name: Prepare to upload errors
141
if: failure()
0 commit comments