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 biom-format, 18 statsmodels, 19 patsy, 20 21 python, 22 pytestCheckHook, ··· 51 biom-format 52 statsmodels 53 patsy 54 ]; 55 56 nativeCheckInputs = [ pytestCheckHook ]; 57 58 # only the $out dir contains the built cython extensions, so we run the tests inside there 59 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 66 pythonImportsCheck = [ "skbio" ]; 67
··· 17 biom-format, 18 statsmodels, 19 patsy, 20 + array-api-compat, 21 22 python, 23 pytestCheckHook, ··· 52 biom-format 53 statsmodels 54 patsy 55 + array-api-compat 56 ]; 57 58 nativeCheckInputs = [ pytestCheckHook ]; 59 60 # only the $out dir contains the built cython extensions, so we run the tests inside there 61 enabledTestPaths = [ "${placeholder "out"}/${python.sitePackages}/skbio" ]; 62 63 pythonImportsCheck = [ "skbio" ]; 64