terraform-compliance: fix build
* Disables lock of pythonPackages.ipython to allow building with what's in nixpkgs
This commit is contained in:
parent
8403806a39
commit
85ce380564
@ -27,6 +27,11 @@ buildPythonApplication rec {
|
|||||||
sha256 = "161mszmxqp3wypnda48ama2mmq8yjilkxahwc1mxjwzy1n19sn7v";
|
sha256 = "161mszmxqp3wypnda48ama2mmq8yjilkxahwc1mxjwzy1n19sn7v";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace "IPython==7.16.1" "IPython"
|
||||||
|
'';
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook ];
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user