Commit 87d3c358 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.lmfit: disable failing test

parent f9249f83
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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/";