python3Packages.scikit-bio: add missing dependency, reenable test (#444057)

Toma 03845ec2 52c03276

Changed files
+2 -5
pkgs
development
python-modules
scikit-bio
+2 -5
pkgs/development/python-modules/scikit-bio/default.nix
···
biom-format,
statsmodels,
patsy,
+
array-api-compat,
python,
pytestCheckHook,
···
biom-format
statsmodels
patsy
+
array-api-compat
];
nativeCheckInputs = [ pytestCheckHook ];
# 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" ];