Skip to content

Commit

Permalink
terraform-compliance: fix build
Browse files Browse the repository at this point in the history
* Disables lock of pythonPackages.ipython to allow
    building with what's in nixpkgs
  • Loading branch information
drewrisinger committed Sep 21, 2020
1 parent 8403806 commit 85ce380
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -27,6 +27,11 @@ buildPythonApplication rec {
sha256 = "161mszmxqp3wypnda48ama2mmq8yjilkxahwc1mxjwzy1n19sn7v";
};

postPatch = ''
substituteInPlace setup.py \
--replace "IPython==7.16.1" "IPython"
'';

checkInputs = [ pytestCheckHook ];

disabledTests = [
Expand Down

0 comments on commit 85ce380

Please sign in to comment.