Merge pull request #98414 from drewrisinger/zhf/terraform-compliance

terraform-compliance: fix build
This commit is contained in:
Robert Scott
2020-09-21 20:46:02 +01:00
committed by GitHub

View File

@@ -27,6 +27,11 @@ buildPythonApplication rec {
sha256 = "161mszmxqp3wypnda48ama2mmq8yjilkxahwc1mxjwzy1n19sn7v";
};
postPatch = ''
substituteInPlace setup.py \
--replace "IPython==7.16.1" "IPython"
'';
checkInputs = [ pytestCheckHook ];
disabledTests = [