File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments