summaryrefslogtreecommitdiff
path: root/debian/tests/upstream.py
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/upstream.py')
-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 feadfbd9..869d469e 100644
--- a/debian/tests/upstream.py
+++ b/debian/tests/upstream.py
@@ -2,7 +2,7 @@ import importlib
import os
import sys
-blacklist = {"test_wasserstein_distance", "test_wasserstein_barycenter", "test_knn", "test_subsampling", "test_representations", "test_dtm"}
+blacklist = {"test_knn", "test_subsampling", "test_representations", "test_dtm"}
testdir = sys.argv[1]
sys.path.append(testdir)