@@ -32,11 +32,6 @@ env:
|
32 | 32 | test_pathlib |
33 | 33 | test_posixpath |
34 | 34 | 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 |
40 | 35 | # PLATFORM_INDEPENDENT_TESTS are tests that do not depend on the underlying OS. They are currently |
41 | 36 | # only run on Linux to speed up the CI. |
42 | 37 | PLATFORM_INDEPENDENT_TESTS: >- |
@@ -284,7 +279,7 @@ jobs:
|
284 | 279 | run: target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }} |
285 | 280 | - if: runner.os == 'macOS' |
286 | 281 | 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 }} |
288 | 283 | - if: runner.os == 'Windows' |
289 | 284 | name: run cpython platform-dependent tests (windows partial - fixme) |
290 | 285 | run: |
|