mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 01:23:48 +00:00
Merge pull request #98414 from drewrisinger/zhf/terraform-compliance
terraform-compliance: fix build
This commit is contained in:
commit
4196314638
|
@ -27,6 +27,11 @@ buildPythonApplication rec {
|
|||
sha256 = "161mszmxqp3wypnda48ama2mmq8yjilkxahwc1mxjwzy1n19sn7v";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "IPython==7.16.1" "IPython"
|
||||
'';
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
||||
disabledTests = [
|
||||
|
|
Loading…
Reference in a new issue