From e1970aa9400b0385d210f81bd33a1b9c520708fd Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Sun, 1 Nov 2020 15:09:33 +0100 Subject: Disable test that wants to use X. --- debian/tests/upstream.py | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/tests/upstream.py') diff --git a/debian/tests/upstream.py b/debian/tests/upstream.py index 8a9551b6..1b4caffe 100644 --- a/debian/tests/upstream.py +++ b/debian/tests/upstream.py @@ -5,6 +5,7 @@ import pytest blacklist = ["test_dtm.py", # Requires hnswlib "test_knn.py", # Requires pykeops "test_representations.py", # Look into this + "test_tomato.py", # Wants to use X. "test_wasserstein_distance.py::test_wasserstein_distance_grad" # Requires PyTorch. ] -- cgit v1.2.3