Skip to content

Commit 81b279c

Browse files
committed
Enable test_os on windows
1 parent 2b8a42d commit 81b279c

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
@@ -21,14 +21,12 @@ env:
2121
# Skip additional tests on Windows. They are checked on Linux and MacOS.
2222
# test_glob: many failing tests
2323
# test_io: many failing tests
24-
# 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
3029
test_io
31-
test_os
3230
test_rlcompleter
3331
test_pathlib
3432
test_posixpath

0 commit comments

Comments
 (0)