Skip to content

Commit 22a0a7c

Browse files
committed
enable test_io from CI
1 parent cad1023 commit 22a0a7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ env:
2020
CARGO_ARGS_NO_SSL: --no-default-features --features stdlib,importlib,stdio,encodings,sqlite
2121
# Skip additional tests on Windows. They are checked on Linux and MacOS.
2222
# test_glob: many failing tests
23-
# test_io: many failing tests
2423
# test_os: many failing tests
2524
# test_pathlib: panic by surrogate chars
2625
# test_posixpath: OSError: (22, 'The filename, directory name, or volume label syntax is incorrect. (os error 123)')
2726
# test_venv: couple of failing tests
2827
WINDOWS_SKIPS: >-
2928
test_glob
30-
test_io
3129
test_os
3230
test_rlcompleter
3331
test_pathlib

0 commit comments

Comments
 (0)