python311Packages.objax: disable failing tests

This commit is contained in:
Fabian Affolter 2024-02-20 10:50:44 +01:00
parent 506f5754ee
commit fe85853abe

View File

@ -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; {