remove some skipIf and enable shutil CI for windows (#5235)

* mark failing shtuil tests in windows

* unsetenv raise more informed error

* Remove a few skipIf for windows
This commit is contained in:
Jeong, YunWon
2024-04-20 03:00:27 +09:00
committed by GitHub
parent 39822d7e57
commit 49cfcd817d
8 changed files with 43 additions and 8 deletions

View File

@@ -24,7 +24,6 @@ env:
test_os
test_pathlib
test_posixpath
test_shutil
test_venv
# configparser: https://github.com/RustPython/RustPython/issues/4995#issuecomment-1582397417
# socketserver: seems related to configparser crash.