mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
feat: Re-enable astroid checks
This commit is contained in:
parent
705cbfa10e
commit
9a5617ea02
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ self: super:
|
|||
astroid = super.astroid.overridePythonAttrs (
|
||||
old: rec {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.pytest-runner ];
|
||||
doCheck = false;
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue