From a75a635ecae236aa140e4348ee18789b08d00080 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 18 Jul 2024 13:44:18 +0300 Subject: [PATCH] python311Packages.aplpy: mark as broken --- pkgs/development/python-modules/aplpy/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; }; }