summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-12-16 15:24:40 +0100
committerGard Spreemann <gspr@nonempty.org>2020-12-16 15:24:40 +0100
commitbd650d1c94606bf46482dcb9a8bda451a67f223e (patch)
tree48de759ee3976b4c5c9eaba0596ba0618fcf001c
parent28001ea04ea6f41993addb20b1c92ea6b33e8a16 (diff)
Disable test that requires PyTorch.
-rw-r--r--debian/tests/upstream.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/tests/upstream.py b/debian/tests/upstream.py
index 1b4caffe..3c23027c 100644
--- a/debian/tests/upstream.py
+++ b/debian/tests/upstream.py
@@ -6,7 +6,8 @@ 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.
+ "test_wasserstein_distance.py::test_wasserstein_distance_grad", # Requires PyTorch.
+ "test_wasserstein_with_tensors.py" # Requires PyTorch and TF.
]
print("Blacklist: %s" %(str(blacklist)))