Loading pkgs/development/python-modules/scikit-bio/default.nix +12 −2 Original line number Diff line number Diff line Loading @@ -2,9 +2,11 @@ lib, buildPythonPackage, fetchFromGitHub, setuptools, cython, oldest-supported-numpy, requests, decorator, natsort, Loading @@ -12,8 +14,10 @@ pandas, scipy, h5py, hdmedians, biom-format, statsmodels, patsy, python, pytestCheckHook, }: Loading Loading @@ -44,8 +48,9 @@ buildPythonPackage rec { pandas scipy h5py hdmedians biom-format statsmodels patsy ]; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -53,6 +58,11 @@ buildPythonPackage rec { # only the $out dir contains the built cython extensions, so we run the tests inside there pytestFlagsArray = [ "${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 +12 −2 Original line number Diff line number Diff line Loading @@ -2,9 +2,11 @@ lib, buildPythonPackage, fetchFromGitHub, setuptools, cython, oldest-supported-numpy, requests, decorator, natsort, Loading @@ -12,8 +14,10 @@ pandas, scipy, h5py, hdmedians, biom-format, statsmodels, patsy, python, pytestCheckHook, }: Loading Loading @@ -44,8 +48,9 @@ buildPythonPackage rec { pandas scipy h5py hdmedians biom-format statsmodels patsy ]; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -53,6 +58,11 @@ buildPythonPackage rec { # only the $out dir contains the built cython extensions, so we run the tests inside there pytestFlagsArray = [ "${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