mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
python3Packages.ipython: disable clipboard test on darwin
This commit is contained in:
parent
039dc928e6
commit
4c7c1975b6
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@ buildPythonPackage rec {
|
|||
testpath
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (stdenv.isDarwin) [
|
||||
# FileNotFoundError: [Errno 2] No such file or directory: 'pbpaste'
|
||||
"test_clipboard_get"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "IPython: Productive Interactive Computing";
|
||||
homepage = "http://ipython.org/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue