summaryrefslogtreecommitdiff
path: root/debian/tests/upstream.py
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-12-23 16:51:45 +0100
committerGard Spreemann <gspr@nonempty.org>2021-12-23 16:51:45 +0100
commit186d9d35caeb320e30792ddbff52218b13b88688 (patch)
tree1ad093ee795c339dfb9119a13cd03505e02c8deb /debian/tests/upstream.py
parent939e7db77cec8c5d7945cb81b5f48eb2e0b8de25 (diff)
Remove tomato test from blacklist
Diffstat (limited to 'debian/tests/upstream.py')
-rw-r--r--debian/tests/upstream.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/tests/upstream.py b/debian/tests/upstream.py
index 51265ec0..63a35e0b 100644
--- a/debian/tests/upstream.py
+++ b/debian/tests/upstream.py
@@ -4,7 +4,6 @@ import pytest
blacklist = ["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.
]