python312Packages.lmfit: disable failing test
This commit is contained in:
parent
f9249f8361
commit
87d3c358df
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user