python3Packages.pytorch-metric-learning: fix build

This commit is contained in:
Robert T. McGibbon 2021-05-09 10:28:05 -04:00 committed by Jonathan Ringer
parent eca1520ebb
commit 99c0fb9059

View file

@ -41,10 +41,16 @@ buildPythonPackage rec {
disabledTests = [
# requires FAISS (not in Nixpkgs)
"test_accuracy_calculator_and_faiss"
"test_global_embedding_space_tester"
"test_with_same_parent_label_tester"
# require network access:
"test_get_nearest_neighbors"
"test_tuplestoweights_sampler"
"test_untrained_indexer"
"test_metric_loss_only"
"test_pca"
# flaky
"test_distributed_classifier_loss_and_miner"
];
meta = {