terraform-compliance: fix build

* Disables lock of pythonPackages.ipython to allow
    building with what's in nixpkgs
gstqt5
Drew Risinger 2020-09-21 00:06:27 -04:00
parent 8403806a39
commit 85ce380564
1 changed files with 5 additions and 0 deletions

View File

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