File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,9 +151,9 @@ jobs:
151151 - name : run snippets
152152 run : python -m pip install -r requirements.txt && pytest -v
153153 working-directory : ./extra_tests
154- - name : run cpython platform-independent tests
155- run :
156- target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
154+ # - name: run cpython platform-independent tests
155+ # run:
156+ # target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
157157 - if : runner.os == 'Linux'
158158 name : run cpython platform-dependent tests (Linux)
159159 run : target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
You can’t perform that action at this time.
0 commit comments