diff --git a/pkgs/development/python-modules/aplpy/default.nix b/pkgs/development/python-modules/aplpy/default.nix index f786f70b0c8a..5869fd85e308 100644 --- a/pkgs/development/python-modules/aplpy/default.nix +++ b/pkgs/development/python-modules/aplpy/default.nix @@ -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; }; }