python3Packages.ipython: disable clipboard test on darwin

This commit is contained in:
Martin Weinelt
2022-02-12 12:34:57 +01:00
parent 039dc928e6
commit 4c7c1975b6
@@ -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/";