File tree Expand file tree Collapse file tree 1 file changed +3
-38
lines changed Expand file tree Collapse file tree 1 file changed +3
-38
lines changed Original file line number Diff line number Diff line change 7373 test_grammar
7474 test_range
7575 test_index
76- test_int
77- test_int_literal
78- test_isinstance
79- test_iter
80- test_iterlen
81- test_itertools
82- test_json
83- test_keyword
84- test_keywordonlyarg
85- test_list
86- test_long
87- test_longexp
88- test_math
89- test_operator
90- test_ordered_dict
91- test_pow
92- test_raise
93- test_richcmp
94- test_scope
95- test_set
96- test_slice
97- test_sort
98- test_string
99- test_string_literals
100- test_strtod
101- test_structseq
102- test_subclassinit
103- test_super
104- test_syntax
105- test_tuple
106- test_types
107- test_unary
108- test_unpack
109- test_weakref
110- test_yield_from
11176 # Python version targeted by the CI.
11277 PYTHON_VERSION : " 3.13.1"
11378
@@ -151,9 +116,9 @@ jobs:
151116 - name : run snippets
152117 run : python -m pip install -r requirements.txt && pytest -v
153118 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 }}
119+ - name : run cpython platform-independent tests
120+ run :
121+ target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
157122 - if : runner.os == 'Linux'
158123 name : run cpython platform-dependent tests (Linux)
159124 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