Skip to content

Commit

Permalink
python3Packages.ipython: disable failing clipboard test on darwin
Browse files Browse the repository at this point in the history
Fixes #160133
  • Loading branch information
thefloweringash committed Feb 21, 2022
1 parent 55283f4 commit 8052b82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/ipython/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ buildPythonPackage rec {
testpath
];

disabledTests = lib.optionals stdenv.isDarwin [
"test_clipboard_get" # uses pbpaste
];

meta = with lib; {
description = "IPython: Productive Interactive Computing";
homepage = "http://ipython.org/";
Expand Down

0 comments on commit 8052b82

Please sign in to comment.