python312Packages.lmfit: disable failing test

This commit is contained in:
Fabian Affolter 2024-09-14 15:49:35 +02:00
parent f9249f8361
commit 87d3c358df

View File

@ -53,6 +53,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "lmfit" ];
disabledTests = [ "test_check_ast_errors" ];
meta = with lib; {
description = "Least-Squares Minimization with Bounds and Constraints";
homepage = "https://lmfit.github.io/lmfit-py/";