Skip to content

Commit df962a4

Browse files
authored
Remove markupsafe._speedups patch in free-threaded tests (sphinx-doc#13260)
Markupsafe 3 now supports operating without the GIL.
1 parent 1418339 commit df962a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ jobs:
135135
run: |
136136
python -m pip install --upgrade pip
137137
python -m pip install .[test]
138-
# markupsafe._speedups has not declared that it can run safely without the GIL
139-
- name: Remove markupsafe._speedups
140-
run: rm -rf "$(python -c 'from markupsafe._speedups import __file__ as f; print(f)')"
141138
- name: Test with pytest
142139
run: python -m pytest -vv --durations 25
143140
env:
@@ -171,9 +168,6 @@ jobs:
171168
python -m pip install --upgrade pip
172169
sed -i 's/flit_core>=3.7/flit_core @ git+https:\/\/github.com\/pypa\/flit.git#subdirectory=flit_core/' pyproject.toml
173170
python -m pip install .[test]
174-
# markupsafe._speedups has not declared that it can run safely without the GIL
175-
- name: Remove markupsafe._speedups
176-
run: rm -rf "$(python -c 'from markupsafe._speedups import __file__ as f; print(f)')"
177171
- name: Test with pytest
178172
run: python -m pytest -vv --durations 25
179173
env:

0 commit comments

Comments
 (0)