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

Add waLBerla to conftest

parent 33cd0e24
Branches
Tags
No related merge requests found
Pipeline #17390 passed
...@@ -52,6 +52,13 @@ except ImportError: ...@@ -52,6 +52,13 @@ except ImportError:
os.path.join(SCRIPT_FOLDER, "pystencils_tests/benchmark/benchmark.py")] os.path.join(SCRIPT_FOLDER, "pystencils_tests/benchmark/benchmark.py")]
add_path_to_ignore('pystencils/kerncraft_coupling') 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: try:
import blitzdb import blitzdb
except ImportError: except ImportError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment