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

conftest: add missing file to tests that require kerncraft

parent 790a98fc
No related branches found
No related tags found
1 merge request!39Conftest: waLBerla, kerncraft
...@@ -48,7 +48,8 @@ except ImportError: ...@@ -48,7 +48,8 @@ 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: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment