File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ RUN(NAME bindpy_01 LABELS cpython c_py ENABLE_CPYTHON NOFAST COPY_TO_B
635
635
RUN(NAME bindpy_02 LABELS cpython c_py LINK_NUMPY COPY_TO_BIN bindpy_02_module.py)
636
636
RUN(NAME bindpy_03 LABELS cpython c_py LINK_NUMPY NOFAST COPY_TO_BIN bindpy_03_module.py)
637
637
RUN(NAME bindpy_04 LABELS cpython c_py LINK_NUMPY NOFAST COPY_TO_BIN bindpy_04_module.py)
638
- RUN(NAME bindpy_05 LABELS llvm_py c_py ENABLE_CPYTHON COPY_TO_BIN bindpy_05_module.py)
638
+ RUN(NAME bindpy_05 LABELS llvm_py c_py ENABLE_CPYTHON COPY_TO_BIN bindpy_05_module.py REQ_PY_VER 3.10 )
639
639
RUN(NAME test_generics_01 LABELS cpython llvm c NOFAST)
640
640
RUN(NAME test_cmath LABELS cpython llvm c NOFAST)
641
641
RUN(NAME test_complex_01 LABELS cpython llvm c wasm wasm_x64)
@@ -754,7 +754,7 @@ RUN(NAME generics_array_02 LABELS cpython llvm c)
754
754
RUN(NAME generics_array_03 LABELS cpython llvm c)
755
755
RUN(NAME generics_list_01 LABELS cpython llvm c)
756
756
RUN(NAME test_statistics_01 LABELS cpython llvm NOFAST)
757
- RUN(NAME test_statistics_02 LABELS cpython llvm NOFAST)
757
+ RUN(NAME test_statistics_02 LABELS cpython llvm NOFAST REQ_PY_VER 3.10 )
758
758
RUN(NAME test_str_attributes LABELS cpython llvm c)
759
759
RUN(NAME kwargs_01 LABELS cpython llvm c NOFAST)
760
760
You can’t perform that action at this time.
0 commit comments