mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
python3Packages.bottleneck: re-enable previously-disabled tests
This commit is contained in:
@@ -33,8 +33,6 @@ buildPythonPackage (finalAttrs: {
|
||||
preCheck = "pushd $out";
|
||||
postCheck = "popd";
|
||||
|
||||
disabledTests = [ "test_make_c_files" ];
|
||||
|
||||
pythonImportsCheck = [ "bottleneck" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user