From 186d9d35caeb320e30792ddbff52218b13b88688 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 23 Dec 2021 16:51:45 +0100 Subject: Remove tomato test from blacklist --- debian/changelog | 1 + debian/tests/upstream.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 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. ] -- cgit v1.2.3