Skip to content

Commit 26705db

Browse files
authored
Merge pull request RustPython#3924 from youknowone/update-support
Update support
2 parents 5998395 + e32523c commit 26705db

29 files changed

+1629
-488
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -235,22 +235,13 @@ jobs:
235235
name: run cpython platform-dependent tests (windows partial - fixme)
236236
run:
237237
target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
238-
test_bool
239-
test_cgi
240-
test_exception_hierarchy
241-
test_glob
242238
test_importlib
243239
test_io
244240
test_iter
245241
test_os
246242
test_pathlib
247-
test_pwd
248-
test_py_compile
249243
test_shutil
250-
test_sys
251-
test_unittest
252244
test_venv
253-
test_zipimport
254245
- # if: runner.os == 'Linux'
255246
if: false # FIXME: pip is vendoring dependencies that we are incompatible with
256247
name: check that --install-pip succeeds

0 commit comments

Comments
 (0)