Skip to content

Commit 1010d6d

Browse files
fanninpmSnowapril
authored andcommitted
Separate Windows-only test skips into lines
1 parent e6e9ad6 commit 1010d6d

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +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 test_bool test_cgi test_exception_hierarchy test_glob test_iter test_os test_pathlib
170-
test_py_compile test_set test_shutil test_sys test_unittest test_venv test_zipimport test_importlib test_io
169+
test_pwd
170+
test_bool
171+
test_cgi
172+
test_exception_hierarchy
173+
test_glob
174+
test_iter
175+
test_os
176+
test_pathlib
177+
test_py_compile
178+
test_set
179+
test_shutil
180+
test_sys
181+
test_unittest
182+
test_venv
183+
test_zipimport
184+
test_importlib
185+
test_io
171186
- if: runner.os == 'Linux'
172187
name: check that --install-pip succeeds
173188
run: |

0 commit comments

Comments
 (0)