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

authored by Toma and committed by GitHub 03845ec2 52c03276

+2 -5
+2 -5
pkgs/development/python-modules/scikit-bio/default.nix
··· 17 17 biom-format, 18 18 statsmodels, 19 19 patsy, 20 + array-api-compat, 20 21 21 22 python, 22 23 pytestCheckHook, ··· 51 52 biom-format 52 53 statsmodels 53 54 patsy 55 + array-api-compat 54 56 ]; 55 57 56 58 nativeCheckInputs = [ pytestCheckHook ]; 57 59 58 60 # only the $out dir contains the built cython extensions, so we run the tests inside there 59 61 enabledTestPaths = [ "${placeholder "out"}/${python.sitePackages}/skbio" ]; 60 - 61 - disabledTestPaths = [ 62 - # don't know why, but this segfaults 63 - "${placeholder "out"}/${python.sitePackages}/skbio/metadata/tests/test_intersection.py" 64 - ]; 65 62 66 63 pythonImportsCheck = [ "skbio" ]; 67 64