summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric-Emmanuel Picca <picca@debian.org>2018-12-20 15:52:33 +0100
committerFrédéric-Emmanuel Picca <picca@debian.org>2018-12-20 15:52:33 +0100
commitdc515e88180a4852a31942fc80597e7e909079c9 (patch)
treee8f9e6800bb3ee5f93aa47f27984632cda3d0594
parent8b72f4de696821ae18d6a2738e74a88f68837e4b (diff)
Deactivated Qt tests
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1019ff6..f352d53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
silx (0.9.0+dfsg-2) unstable; urgency=medium
* d/t/control.autodep8: Fixed to run test for real.
+ * d/rules: Do not run Qt test for now.
--
diff --git a/debian/rules b/debian/rules
index 736db35..7badfa4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,7 +69,7 @@ override_dh_python3:
# https://lists.debian.org/debian-python/2017/08/msg00095.html
override_dh_auto_test:
mkdir -p $(POCL_CACHE_DIR) # create POCL cachedir in order to avoid an FTBFS in sbuild
- dh_auto_test -- -s custom --test-args="env PYTHONPATH={build_dir} GPU=False SILX_OPENCL=False SILX_TEST_LAW_MEM=True xvfb-run -a --server-args=\"-screen 0 1024x768x24\" {interpreter} run_tests.py -vv --installed"
+ dh_auto_test -- -s custom --test-args="env PYTHONPATH={build_dir} GPU=False WITH_QT_TEST=False SILX_OPENCL=False SILX_TEST_LAW_MEM=True xvfb-run -a --server-args=\"-screen 0 1024x768x24\" {interpreter} run_tests.py -vv --installed"
override_dh_installman:
dh_installman -p silx build/man/*.1