Skip to content

Commit

Permalink
utils-build_control_from_reference_sanity now only runs on 3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jul 16, 2024
1 parent 816ff35 commit c6ee5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ if(PYTHON_VERSION_MAJOR GREATER 2 AND PY_GITHUB)
endif()
endif()

if(PYTHON_VERSION_MAJOR GREATER 2)
if(PYTHON_VERSION_MAJOR GREATER 2 AND PYTHON_VERSION_MINOR GREATER 6)
add_test(
NAME "utils-build_control_from_reference_sanity"
COMMAND env "PYTHONPATH=$ENV{PYTHONPATH}" "${PYTHON_EXECUTABLE}" "${CMAKE_SOURCE_DIR}/utils/build_control_from_reference.py" "--product" "rhel10" "--reference" "ospp" "--root" "${CMAKE_SOURCE_DIR}" "--output" "${CMAKE_SOURCE_DIR}/build/rhel10_ospp_control.yml" "--json" "${CMAKE_SOURCE_DIR}/build/rule_dirs.json"
Expand Down

0 comments on commit c6ee5a7

Please sign in to comment.