Skip to content

Commit 56b46b7

Browse files
committed
Enable test_importlib
1 parent a87ce5b commit 56b46b7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,16 @@ jobs:
114114
target/release/rustpython -m test -v -x
115115
test_argparse test_json test_bytes test_bytearray test_long test_unicode test_array
116116
test_asyncgen test_list test_complex test_json test_set test_dis test_calendar
117-
test_importlib
118117
env:
119118
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
120119
if: runner.os == 'macOS'
121120
- name: run cpython tests (windows partial - fixme)
122121
run:
123122
target/release/rustpython -m test -v -x
124123
test_argparse test_json test_bytes test_long test_pwd test_bool test_cgi test_complex
125-
test_exception_hierarchy test_glob test_importlib test_iter test_list test_os
126-
test_pathlib test_py_compile test_set test_shutil test_sys test_unicode test_unittest
127-
test_venv test_zipimport
124+
test_exception_hierarchy test_glob test_iter test_list test_os test_pathlib
125+
test_py_compile test_set test_shutil test_sys test_unicode test_unittest test_venv
126+
test_zipimport
128127
env:
129128
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
130129
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)