Skip to content
Snippets Groups Projects

Ignore walberla_scenario_setup if waLBerla is not installed

Closed Stephan Seitz requested to merge seitz/lbmpy:conftest into master
Compare and
1 file
+ 1
0
Preferences
Compare changes
+ 1
0
@@ -45,6 +45,7 @@ try:
except ImportError:
collect_ignore += [os.path.join(SCRIPT_FOLDER, "lbmpy_tests/test_serial_scenarios.py")]
collect_ignore += [os.path.join(SCRIPT_FOLDER, "lbmpy_tests/test_datahandling_parallel.py")]
collect_ignore += [os.path.join(SCRIPT_FOLDER, "lbmpy_tests/walberla_scenario_setup.py")]
collect_ignore += [os.path.join(SCRIPT_FOLDER, 'setup.py')]