Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eca1520ebbcc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 99c0fb9059be
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 13, 2021

  1. python3Packages.pytorch-metric-learning: fix build

    rmcgibbo authored and Jonathan Ringer committed May 13, 2021
    Copy the full SHA
    99c0fb9 View commit details
Showing with 6 additions and 0 deletions.
  1. +6 −0 pkgs/development/python-modules/pytorch-metric-learning/default.nix
Original file line number Diff line number Diff line change
@@ -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 = {