8000 remove macos skips · RustPython/RustPython@dc6d295 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc6d295

Browse files
committed
remove macos skips
1 parent 392d1c0 commit dc6d295

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ env:
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:

0 commit comments

Comments
 (0)
0