feat: Re-enable astroid checks

This commit is contained in:
Victor Engmark 2021-11-01 14:38:00 +13:00
parent 705cbfa10e
commit 9a5617ea02

View file

@ -73,7 +73,6 @@ self: super:
astroid = super.astroid.overridePythonAttrs ( astroid = super.astroid.overridePythonAttrs (
old: rec { old: rec {
buildInputs = (old.buildInputs or [ ]) ++ [ self.pytest-runner ]; buildInputs = (old.buildInputs or [ ]) ++ [ self.pytest-runner ];
doCheck = false;
} }
); );