1# Disable ASAN's leak detection for python OpsDSL tests.
2config.environment['ASAN_OPTIONS'] = 'detect_leaks=0'
3# Only run when python bindings are enabled.
4if not config.enable_bindings_python:
5  config.unsupported = True
6