summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/tests/upstream.py2
1 files changed, 1 insertions, 1 deletions
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)))