mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Turned off broken pytest check.
This commit is contained in:
parent
491531736b
commit
d9f42c45ae
1 changed files with 5 additions and 5 deletions
|
|
@ -359,12 +359,12 @@ if(BUILD_TESTS)
|
|||
|
||||
# functional tests
|
||||
find_package(Python COMPONENTS Interpreter REQUIRED)
|
||||
find_package(pytest)
|
||||
# find_package(pytest)
|
||||
|
||||
if(NOT (pytest_FOUND))
|
||||
message("Please install the Python pytest library to run functional tests:")
|
||||
message(" pip install pytest\n")
|
||||
endif()
|
||||
# if(NOT (pytest_FOUND))
|
||||
# message("Please install the Python pytest library to run functional tests:")
|
||||
# message(" pip install pytest\n")
|
||||
# endif()
|
||||
|
||||
set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/test/functional/src )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue