File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments