Skip to content
Snippets Groups Projects
Commit 56452c21 authored by Martin Bauer's avatar Martin Bauer
Browse files

Merge branch 'conftest-waLBerla-kerncraft' into 'master'

Conftest: waLBerla, kerncraft

See merge request pycodegen/pystencils!39
parents 790a98fc 7922fd83
No related merge requests found
...@@ -48,9 +48,17 @@ except ImportError: ...@@ -48,9 +48,17 @@ except ImportError:
try: try:
import kerncraft import kerncraft
except ImportError: except ImportError:
collect_ignore += [os.path.join(SCRIPT_FOLDER, "pystencils_tests/test_kerncraft_coupling.py")] collect_ignore += [os.path.join(SCRIPT_FOLDER, "pystencils_tests/test_kerncraft_coupling.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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment