summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2022-11-04 16:54:04 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2022-11-04 16:54:36 +0100
commitda12f9bb4ce45bd967f479bc6d62bd4cc7db27ed (patch)
treeecd02821a1bb028d05ed881dfcdec2afaad0da9a
parentaa54087f4280c3ebd0f330ebec2d88ddabeaf8db (diff)
try to skip the big_array test
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3a58925..eb5423f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+silx (1.1.0+dfsg-3) UNRELEASED; urgency=medium
+
+ * try to skip the big_array test
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Fri, 04 Nov 2022 16:54:24 +0100
+
silx (1.1.0+dfsg-2) unstable; urgency=medium
* fix a typo to avoid running test which use lot's of memory.
diff --git a/debian/rules b/debian/rules
index f1afe1c..eff4d1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ execute_before_dh_install:
# GPU=False to disable the use of a GPU with OpenCL test
# WITH_GL_TEST=False to disable tests using OpenGL
override_dh_auto_test:
- dh_auto_test -- -s custom --test-args="env PYTHONPATH={build_dir} GPU=False WITH_QT_TEST=False SILX_OPENCL=False SILX_TEST_LOW_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_LOW_MEM=True xvfb-run -a --server-args=\"-screen 0 1024x768x24\" {interpreter} run_tests.py -vv --installed -k not test_histo_big_array"
execute_after_dh_installdocs:
dh_installdocs -p python-silx-doc "doc/build/html" --doc-main-package=python3-silx