Skip to content

build: Disable MALLOC_PERTURB_ when running pylint

Bastien Nocera requested to merge wip/hadess/re-enable-pylint into master

By default, meson will set MALLOC_PERTURB_ to a non-zero value when running tests, which had the effect of making a pylint run take 200 seconds instead of around 15.

Disabling that envvar makes the tests take a more reasonable amount of time.

Edited by Bastien Nocera

Merge request reports