mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31: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 (
|
astroid = super.astroid.overridePythonAttrs (
|
||||||
old: rec {
|
old: rec {
|
||||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.pytest-runner ];
|
buildInputs = (old.buildInputs or [ ]) ++ [ self.pytest-runner ];
|
||||||
doCheck = false;
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue