Loading pkgs/development/python-modules/formulae/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -37,11 +37,15 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytestCheckHook ]; # use assertions of form `assert pytest.approx(...)`, which is now disallowed: disabledTests = [ # use assertions of form `assert pytest.approx(...)`, which is now disallowed: "test_basic" "test_degree" # AssertionError "test_evalenv_equality" ]; pythonImportsCheck = [ "formulae" "formulae.matrices" Loading Loading
pkgs/development/python-modules/formulae/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -37,11 +37,15 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytestCheckHook ]; # use assertions of form `assert pytest.approx(...)`, which is now disallowed: disabledTests = [ # use assertions of form `assert pytest.approx(...)`, which is now disallowed: "test_basic" "test_degree" # AssertionError "test_evalenv_equality" ]; pythonImportsCheck = [ "formulae" "formulae.matrices" Loading