Skip to content
Snippets Groups Projects
Verified Commit fe9b8422 authored by Lars Bilke's avatar Lars Bilke
Browse files

[cmake,ci] Remove PyVista check.

parent b7ee31e6
No related branches found
No related tags found
No related merge requests found
...@@ -54,27 +54,6 @@ function(NotebookTest) ...@@ -54,27 +54,6 @@ function(NotebookTest)
) )
endif() endif()
if(UNIX
AND NOT APPLE
AND (DEFINED ENV{PYVISTA_HEADLESS} OR DEFINED ENV{CI})
AND "${_pyvista_check}" GREATER 0
)
find_program(XVFB_TOOL_PATH Xvfb)
if(NOT XVFB_TOOL_PATH)
message(
VERBOSE
"Disabled NotebookTest ${NotebookTest_NOTEBOOKFILE} because of"
" missing Xvfb tool which is required for PyVista headless on Linux."
)
return()
endif()
endif()
if("${_pyvista_check}" GREATER 0)
list(APPEND _props RESOURCE_LOCK PYVISTA)
message(VERBOSE "PyVista detected in notebookk: ${NotebookTest_NAME}")
endif()
set(timeout ${ogs.ctest.large_runtime}) set(timeout ${ogs.ctest.large_runtime})
if(DEFINED NotebookTest_RUNTIME) if(DEFINED NotebookTest_RUNTIME)
math(EXPR timeout "${NotebookTest_RUNTIME} * 5") math(EXPR timeout "${NotebookTest_RUNTIME} * 5")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment