File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 3232 test_pathlib
3333 test_posixpath
3434 test_venv
35- # configparser: https://github.com/RustPython/RustPython/issues/4995#issuecomment-1582397417
36- # socketserver: seems related to configparser crash.
37- MACOS_SKIPS : >-
38- test_configparser
39- test_socketserver
4035 # PLATFORM_INDEPENDENT_TESTS are tests that do not depend on the underlying OS. They are currently
4136 # only run on Linux to speed up the CI.
4237 PLATFORM_INDEPENDENT_TESTS : >-
@@ -284,7 +279,7 @@ jobs:
284279 run : target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
285280 - if : runner.os == 'macOS'
286281 name : run cpython platform-dependent tests (MacOS)
287- run : target/release/rustpython -m test -j 1 --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }} ${{ env.MACOS_SKIPS }}
282+ run : target/release/rustpython -m test -j 1 --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
288283 - if : runner.os == 'Windows'
289284 name : run cpython platform-dependent tests (windows partial - fixme)
290285 run :
You can’t perform that action at this time.
0 commit comments