From 7c0ff4848ba06f90f75233766dd069b5217654bf Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 21 Jan 2020 13:28:59 +0100 Subject: Disable build-time tests. Some of them assume the availability of cupy, which is currently not in Debian. --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 56341c1..d322e85 100755 --- a/debian/rules +++ b/debian/rules @@ -10,3 +10,7 @@ export PYBUILD_NAME = pot override_dh_auto_clean: dh_auto_clean rm -f ot/lp/emd_wrap.cpp + +# Some of the build-time tests assume the existence of cupy, so we +# currently disable all test. +override_dh_auto_test: -- cgit v1.2.3