Skip to content
Snippets Groups Projects
Commit 91a2d0fc authored by Helen Schottenhamml's avatar Helen Schottenhamml
Browse files

Exclude new tests when blitzdb not found.

parent a132d378
Branches
Tags
1 merge request!147Fourth-order correction for cumulants
Pipeline #54440 failed
...@@ -60,7 +60,9 @@ try: ...@@ -60,7 +60,9 @@ try:
except ImportError: except ImportError:
collect_ignore += [os.path.join(SCRIPT_FOLDER, "lbmpy_tests/benchmark"), collect_ignore += [os.path.join(SCRIPT_FOLDER, "lbmpy_tests/benchmark"),
os.path.join(SCRIPT_FOLDER, os.path.join(SCRIPT_FOLDER,
"lbmpy_tests/full_scenarios/kida_vortex_flow/scenario_kida_vortex_flow.py")] "lbmpy_tests/full_scenarios/kida_vortex_flow/scenario_kida_vortex_flow.py"),
os.path.join(SCRIPT_FOLDER, "lbmpy_tests/full_scenarios/shear_wave/scenario_shear_wave.py"),
os.path.join(SCRIPT_FOLDER, "lbmpy_tests/test_json_serializer.py")]
if platform.system().lower() == 'windows': if platform.system().lower() == 'windows':
collect_ignore += [os.path.join(SCRIPT_FOLDER, "lbmpy_tests/test_quicktests.py")] collect_ignore += [os.path.join(SCRIPT_FOLDER, "lbmpy_tests/test_quicktests.py")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment