python311Packages.aplpy: mark as broken

This commit is contained in:
Doron Behar
2024-07-22 15:44:59 +03:00
parent 37217cbd08
commit a75a635eca
@@ -81,5 +81,9 @@ buildPythonPackage rec {
homepage = "http://aplpy.github.io";
license = licenses.mit;
maintainers = with maintainers; [ smaret ];
# Tests fail due to expired matplotlib deprecations:
#
# > (`matplotlib.cm' has no attribute 'get_cmap'`)
broken = true;
};
}