python3Packages.ipython: disable clipboard test on darwin
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user