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

Also exclude database file if blitzdb not found.

parent 91a2d0fc
1 merge request!147Fourth-order correction for cumulants
Pipeline #54442 passed with stages
in 26 minutes and 52 seconds
......@@ -62,7 +62,8 @@ except ImportError:
os.path.join(SCRIPT_FOLDER,
"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")]
os.path.join(SCRIPT_FOLDER, "lbmpy_tests/test_json_serializer.py"),
os.path.join(SCRIPT_FOLDER, "lbmpy/db.py")]
if platform.system().lower() == 'windows':
collect_ignore += [os.path.join(SCRIPT_FOLDER, "lbmpy_tests/test_quicktests.py")]
......
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