File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,23 @@ jobs:
166
166
name : run cpython platform-dependent tests (windows partial - fixme)
167
167
run :
168
168
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
171
186
- if : runner.os == 'Linux'
172
187
name : check that --install-pip succeeds
173
188
run : |
You can’t perform that action at this time.
0 commit comments