We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1010d6d commit 4d1cf40Copy full SHA for 4d1cf40
.github/workflows/ci.yaml
@@ -166,23 +166,23 @@ jobs:
166
name: run cpython platform-dependent tests (windows partial - fixme)
167
run:
168
target/release/rustpython -m test -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
169
- test_pwd
170
test_bool
171
test_cgi
172
test_exception_hierarchy
173
test_glob
+ test_importlib
174
+ test_io
175
test_iter
176
test_os
177
test_pathlib
178
+ test_pwd
179
test_py_compile
180
test_set
181
test_shutil
182
test_sys
183
test_unittest
184
test_venv
185
test_zipimport
- test_importlib
- test_io
186
- if: runner.os == 'Linux'
187
name: check that --install-pip succeeds
188
run: |
0 commit comments