Revert "python3Packages.ipython: disable clipboard test on darwin (targeting master)"
This reverts commit 6e1e1ddf07.
cc #162047
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
, testpath
|
||||
}:
|
||||
|
||||
buildPythonPackage (rec {
|
||||
buildPythonPackage rec {
|
||||
pname = "ipython";
|
||||
version = "8.0.1";
|
||||
format = "pyproject";
|
||||
@@ -87,8 +87,4 @@ buildPythonPackage (rec {
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ bjornfor fridh ];
|
||||
};
|
||||
} // lib.optionalAttrs stdenv.isDarwin {
|
||||
disabledTests = [
|
||||
"test_clipboard_get" # uses pbpaste
|
||||
];
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user