summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2023-06-16 10:28:50 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2023-06-16 10:28:50 +0200
commitab550ebcf723398e7a47b5ce5615a173e3d782e5 (patch)
treef4091e3e98e71309857c728a49ed39b25903f87d
parent04a6e1d7027fafa3e44193fc7f8d17e0481b5d5a (diff)
d/t/control: set the HOME to avoid error with pytools
-rw-r--r--debian/changelog1
-rw-r--r--debian/tests/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c8ba855..cc62e2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ silx (1.1.2+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
* d/rules: set HOME to avoid FTBFS.
* d/control: Added B-D-I graphviz for the documentation
+ * d/t/control: set the HOME to avoid error with pytools
-- Stefano Rivera <stefanor@debian.org> Wed, 14 Jun 2023 15:04:41 -0000
diff --git a/debian/tests/control b/debian/tests/control
index 4dcec27..c7bdd29 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,7 +2,7 @@ Test-Command: set -efu
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
- ; SILX_TEST_LOW_MEM=False xvfb-run -a --server-args="-screen 0 1024x768x24" $py -c "import sys; import silx.test; sys.exit(silx.test.run_tests())" 2>&1
+ ; HOME="$AUTOPKGTEST_TMP" SILX_TEST_LOW_MEM=False xvfb-run -a --server-args="-screen 0 1024x768x24" $py -c "import sys; import silx.test; sys.exit(silx.test.run_tests())" 2>&1
; done
Depends:
@,