Loading pkgs/development/python-modules/scikit-bio/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ biom-format, statsmodels, patsy, array-api-compat, python, pytestCheckHook, Loading Loading @@ -51,6 +52,7 @@ buildPythonPackage rec { biom-format statsmodels patsy array-api-compat ]; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -58,11 +60,6 @@ buildPythonPackage rec { # only the $out dir contains the built cython extensions, so we run the tests inside there enabledTestPaths = [ "${placeholder "out"}/${python.sitePackages}/skbio" ]; disabledTestPaths = [ # don't know why, but this segfaults "${placeholder "out"}/${python.sitePackages}/skbio/metadata/tests/test_intersection.py" ]; pythonImportsCheck = [ "skbio" ]; meta = { Loading Loading
pkgs/development/python-modules/scikit-bio/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ biom-format, statsmodels, patsy, array-api-compat, python, pytestCheckHook, Loading Loading @@ -51,6 +52,7 @@ buildPythonPackage rec { biom-format statsmodels patsy array-api-compat ]; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -58,11 +60,6 @@ buildPythonPackage rec { # only the $out dir contains the built cython extensions, so we run the tests inside there enabledTestPaths = [ "${placeholder "out"}/${python.sitePackages}/skbio" ]; disabledTestPaths = [ # don't know why, but this segfaults "${placeholder "out"}/${python.sitePackages}/skbio/metadata/tests/test_intersection.py" ]; pythonImportsCheck = [ "skbio" ]; meta = { Loading