Skip to content

Commit e4f446e

Browse files
committed
Re-add test_importlib to windows skiplist
1 parent b5b15e0 commit e4f446e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
test_argparse test_json test_bytes test_long test_pwd test_bool test_cgi test_complex
124124
test_exception_hierarchy test_glob test_iter test_list test_os test_pathlib
125125
test_py_compile test_set test_shutil test_sys test_unicode test_unittest test_venv
126-
test_zipimport
126+
test_zipimport test_importlib
127127
env:
128128
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
129129
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)