summaryrefslogtreecommitdiff
path: root/debian/tests/upstream.py
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-07-08 21:56:31 +0200
committerGard Spreemann <gspr@nonempty.org>2020-07-08 21:57:01 +0200
commit62f8244f5fc44853f6f68160e0a22df12ffcca1b (patch)
treed4db907e01419d07e3d847229e55e2ae57ccdb72 /debian/tests/upstream.py
parent43aaa3da51895fb3a8cf04fce5c1a6cbe083a779 (diff)
Don't blacklist Wasserstein tests anymore.
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)