Commit aa07ce7c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.linearmodels: disable long-running tests

parent 231c50bf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -56,6 +56,11 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "linearmodels" ];

  disabledTestPaths = [
    # Skip long-running tests
    "linearmodels/tests/panel/test_panel_ols.py"
  ];

  meta = {
    description = "Models for panel data, system regression, instrumental variables and asset pricing";
    homepage = "https://bashtage.github.io/linearmodels/";