mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python311Packages.objax: disable failing tests
This commit is contained in:
parent
506f5754ee
commit
fe85853abe
@ -70,6 +70,8 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# Test requires internet access for prefetching some weights
|
||||
"test_pretrained_keras_weight_0_ResNet50V2"
|
||||
# ModuleNotFoundError: No module named 'tree'
|
||||
"TestResNetV2Pretrained"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user