python3Packages.bottleneck: re-enable previously-disabled tests

This commit is contained in:
Harinn
2026-06-06 09:26:10 +07:00
parent dd6067b1f2
commit 6874b4a20d

View File

@@ -33,8 +33,6 @@ buildPythonPackage (finalAttrs: {
preCheck = "pushd $out";
postCheck = "popd";
disabledTests = [ "test_make_c_files" ];
pythonImportsCheck = [ "bottleneck" ];
meta = {