From 34f754fb315a4374ef0bd3067f958ba41ce3dc1c Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Sun, 1 Nov 2020 15:03:42 +0100 Subject: Correct comment. --- debian/tests/upstream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/upstream.py b/debian/tests/upstream.py index 310a7589..8a9551b6 100644 --- a/debian/tests/upstream.py +++ b/debian/tests/upstream.py @@ -5,7 +5,7 @@ import pytest blacklist = ["test_dtm.py", # Requires hnswlib "test_knn.py", # Requires pykeops "test_representations.py", # Look into this - "test_wasserstein_distance.py::test_wasserstein_distance_grad" # Requires eagerpy. + "test_wasserstein_distance.py::test_wasserstein_distance_grad" # Requires PyTorch. ] print("Blacklist: %s" %(str(blacklist))) -- cgit v1.2.3