summaryrefslogtreecommitdiff
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
parent939e7db77cec8c5d7945cb81b5f48eb2e0b8de25 (diff)
Remove tomato test from blacklist
-rw-r--r--debian/changelog1
-rw-r--r--debian/tests/upstream.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 714656c8..36091131 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ gudhi (3.4.1+dfsg-3) unstable; urgency=medium
* Add patch to turn sklearn positional args into keyword ones, for
compatibility with sklearn 1.0. (Closes: #1002331)
* Standards-version 4.6.0.1. No changes needed.
+ * Remove tomato test from blacklist.
-- Gard Spreemann <gspr@nonempty.org> Thu, 23 Dec 2021 16:37:05 +0100
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.
]