pythonPackages.cartopy: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-08 21:35:34 +01:00
parent 3ebace1a8f
commit eee29699f3
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

@ -54,6 +54,7 @@ buildPythonPackage rec {
license = licenses.lgpl3;
homepage = "https://scitools.org.uk/cartopy/docs/latest/";
maintainers = with maintainers; [ mredaelli ];
# following tests fail: test_eccentric_globe and test_ellipse_globe
broken = true;
};
}