Skip to content

Commit 9433126

Browse files
committed
Skip test_io on windows
1 parent 916bb4c commit 9433126

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 test_importlib
126+
test_zipimport test_importlib test_io
127127
env:
128128
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
129129
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)