Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ include(CTest)
if(NOT ${Python_Interpreter_FOUND})
message(FATAL_ERROR "CMake did not find a Python interpreter. Python is required for unit tests." )
endif()
if (${Python_VERSION} VERSION_GREATER_EQUAL "3.12.0")
message(FATAL_ERROR "Unit testing with pfunit not currently possible with Python 3.12 or greater." )
endif()



### pfunit
include(ExternalProject)
Expand Down
2 changes: 1 addition & 1 deletion unit_tests/pfunit
Submodule pfunit updated 334 files