summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-01-21 13:28:59 +0100
committerGard Spreemann <gspr@nonempty.org>2020-01-21 13:28:59 +0100
commit7c0ff4848ba06f90f75233766dd069b5217654bf (patch)
tree146063450de38975301641359f3898276716ced4
parente4be8d209f60fda8298ec84e154ab8442b142e71 (diff)
Disable build-time tests.
Some of them assume the availability of cupy, which is currently not in Debian.
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
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: