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
No related branches found
No related tags found
1 merge request!147Fourth-order correction for cumulants
Pipeline #54442 passed
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment