Skip to content
Snippets Groups Projects
Commit 7922fd83 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Add waLBerla to conftest

parent 33cd0e24
No related branches found
No related tags found
1 merge request!39Conftest: waLBerla, kerncraft
......@@ -52,6 +52,13 @@ except ImportError:
os.path.join(SCRIPT_FOLDER, "pystencils_tests/benchmark/benchmark.py")]
add_path_to_ignore('pystencils/kerncraft_coupling')
try:
import waLBerla
except ImportError:
collect_ignore += [os.path.join(SCRIPT_FOLDER, "pystencils_tests/test_aligned_array.py"),
os.path.join(SCRIPT_FOLDER, "pystencils_tests/test_datahandling_parallel.py"),
os.path.join(SCRIPT_FOLDER, "pystencils_tests/test_small_block_benchmark.ipynb")]
try:
import blitzdb
except ImportError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment