Skip to content

Commit c5ef1af

Browse files
committed
TEST: Specify REQ_PY_VER for unsupporting tests
1 parent 0081946 commit c5ef1af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ RUN(NAME bindpy_01 LABELS cpython c_py ENABLE_CPYTHON NOFAST COPY_TO_B
635635
RUN(NAME bindpy_02 LABELS cpython c_py LINK_NUMPY COPY_TO_BIN bindpy_02_module.py)
636636
RUN(NAME bindpy_03 LABELS cpython c_py LINK_NUMPY NOFAST COPY_TO_BIN bindpy_03_module.py)
637637
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)
639639
RUN(NAME test_generics_01 LABELS cpython llvm c NOFAST)
640640
RUN(NAME test_cmath LABELS cpython llvm c NOFAST)
641641
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)
754754
RUN(NAME generics_array_03 LABELS cpython llvm c)
755755
RUN(NAME generics_list_01 LABELS cpython llvm c)
756756
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)
758758
RUN(NAME test_str_attributes LABELS cpython llvm c)
759759
RUN(NAME kwargs_01 LABELS cpython llvm c NOFAST)
760760

0 commit comments

Comments
 (0)