From ab550ebcf723398e7a47b5ce5615a173e3d782e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Fri, 16 Jun 2023 10:28:50 +0200 Subject: d/t/control: set the HOME to avoid error with pytools --- debian/changelog | 1 + debian/tests/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 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: @, -- cgit v1.2.3