Skip to content

Commit 4d1cf40

Browse files
fanninpmSnowapril
authored andcommitted
Sort Windows-only test skips
1 parent 1010d6d commit 4d1cf40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,23 +166,23 @@ jobs:
166166
name: run cpython platform-dependent tests (windows partial - fixme)
167167
run:
168168
target/release/rustpython -m test -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
169-
test_pwd
170169
test_bool
171170
test_cgi
172171
test_exception_hierarchy
173172
test_glob
173+
test_importlib
174+
test_io
174175
test_iter
175176
test_os
176177
test_pathlib
178+
test_pwd
177179
test_py_compile
178180
test_set
179181
test_shutil
180182
test_sys
181183
test_unittest
182184
test_venv
183185
test_zipimport
184-
test_importlib
185-
test_io
186186
- if: runner.os == 'Linux'
187187
name: check that --install-pip succeeds
188188
run: |

0 commit comments

Comments
 (0)