Revert "python3Packages.ipython: disable clipboard test on darwin (targeting master)"

This reverts commit 6e1e1ddf070a703c51f77ffa7aa176c339dc055a.

cc #162047

+2 -6
+2 -6
pkgs/development/python-modules/ipython/default.nix
··· 26 , testpath 27 }: 28 29 - buildPythonPackage (rec { 30 pname = "ipython"; 31 version = "8.0.1"; 32 format = "pyproject"; ··· 87 license = licenses.bsd3; 88 maintainers = with maintainers; [ bjornfor fridh ]; 89 }; 90 - } // lib.optionalAttrs stdenv.isDarwin { 91 - disabledTests = [ 92 - "test_clipboard_get" # uses pbpaste 93 - ]; 94 - })
··· 26 , testpath 27 }: 28 29 + buildPythonPackage rec { 30 pname = "ipython"; 31 version = "8.0.1"; 32 format = "pyproject"; ··· 87 license = licenses.bsd3; 88 maintainers = with maintainers; [ bjornfor fridh ]; 89 }; 90 + }