Loading pkgs/development/python-modules/plotnine/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "plotnine"; version = "0.13.5"; version = "0.13.6"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "has2k1"; repo = "plotnine"; rev = "refs/tags/v${version}"; hash = "sha256-vGxsBcY4CRT4rBUq0AQ4oo0etKK+CtUD487VvnoK/rI="; hash = "sha256-/yxRYK3ZTrYj+l3TQhFllyICnJjCZPd4ebNurCLZAYg="; }; postPatch = '' Loading Loading @@ -57,6 +57,12 @@ buildPythonPackage rec { pythonImportsCheck = [ "plotnine" ]; disabledTests = [ # Tries to change locale. The issued warning causes this test to fail. # UserWarning: Could not set locale to English/United States. Some date-related tests may fail "test_no_after_scale_warning" ]; disabledTestPaths = [ # Assertion Errors: # Generated plot images do not exactly match the expected files. Loading pkgs/development/python-modules/statsmodels/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , scipy , setuptools , setuptools-scm , stdenv }: buildPythonPackage rec { Loading Loading @@ -57,5 +58,7 @@ buildPythonPackage rec { homepage = "https://www.github.com/statsmodels/statsmodels"; changelog = "https://github.com/statsmodels/statsmodels/releases/tag/v${version}"; license = licenses.bsd3; # Fails at build time broken = stdenv.isDarwin; }; } Loading
pkgs/development/python-modules/plotnine/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "plotnine"; version = "0.13.5"; version = "0.13.6"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "has2k1"; repo = "plotnine"; rev = "refs/tags/v${version}"; hash = "sha256-vGxsBcY4CRT4rBUq0AQ4oo0etKK+CtUD487VvnoK/rI="; hash = "sha256-/yxRYK3ZTrYj+l3TQhFllyICnJjCZPd4ebNurCLZAYg="; }; postPatch = '' Loading Loading @@ -57,6 +57,12 @@ buildPythonPackage rec { pythonImportsCheck = [ "plotnine" ]; disabledTests = [ # Tries to change locale. The issued warning causes this test to fail. # UserWarning: Could not set locale to English/United States. Some date-related tests may fail "test_no_after_scale_warning" ]; disabledTestPaths = [ # Assertion Errors: # Generated plot images do not exactly match the expected files. Loading
pkgs/development/python-modules/statsmodels/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , scipy , setuptools , setuptools-scm , stdenv }: buildPythonPackage rec { Loading Loading @@ -57,5 +58,7 @@ buildPythonPackage rec { homepage = "https://www.github.com/statsmodels/statsmodels"; changelog = "https://github.com/statsmodels/statsmodels/releases/tag/v${version}"; license = licenses.bsd3; # Fails at build time broken = stdenv.isDarwin; }; }