Loading pkgs/development/python-modules/plotnine/default.nix +18 −21 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , geopandas , matplotlib , mizani , pandas , patsy , pytestCheckHook , pythonOlder , scikit-misc , scipy , setuptools-scm , statsmodels { lib, buildPythonPackage, fetchFromGitHub, geopandas, matplotlib, mizani, pandas, patsy, pytestCheckHook, pythonOlder, scikit-misc, scipy, setuptools-scm, statsmodels, }: buildPythonPackage rec { Loading @@ -28,15 +29,13 @@ buildPythonPackage rec { hash = "sha256-ylsaV5yWVbxvD74spAI5tDwIjjue7MOMaGgp4Dc8Nhk="; }; build-system = [ setuptools-scm ]; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=plotnine --cov-report=xml" "" ''; build-system = [ setuptools-scm ]; dependencies = [ matplotlib mizani Loading @@ -56,9 +55,7 @@ buildPythonPackage rec { export HOME=$(mktemp -d) ''; pythonImportsCheck = [ "plotnine" ]; pythonImportsCheck = [ "plotnine" ]; disabledTestPaths = [ # Assertion Errors: Loading Loading
pkgs/development/python-modules/plotnine/default.nix +18 −21 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , geopandas , matplotlib , mizani , pandas , patsy , pytestCheckHook , pythonOlder , scikit-misc , scipy , setuptools-scm , statsmodels { lib, buildPythonPackage, fetchFromGitHub, geopandas, matplotlib, mizani, pandas, patsy, pytestCheckHook, pythonOlder, scikit-misc, scipy, setuptools-scm, statsmodels, }: buildPythonPackage rec { Loading @@ -28,15 +29,13 @@ buildPythonPackage rec { hash = "sha256-ylsaV5yWVbxvD74spAI5tDwIjjue7MOMaGgp4Dc8Nhk="; }; build-system = [ setuptools-scm ]; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=plotnine --cov-report=xml" "" ''; build-system = [ setuptools-scm ]; dependencies = [ matplotlib mizani Loading @@ -56,9 +55,7 @@ buildPythonPackage rec { export HOME=$(mktemp -d) ''; pythonImportsCheck = [ "plotnine" ]; pythonImportsCheck = [ "plotnine" ]; disabledTestPaths = [ # Assertion Errors: Loading