From: Andreas Tille Date: Wed, 14 Feb 2024 14:43:32 +0000 (+0100) Subject: Run autopkgtest with all supported Python3 versions X-Git-Tag: archive/raspbian/8.0.3-2+rpi1^2^2^2~12^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0b572b1c175068a3c51957b2e8ab01cb4ce1284e;p=mathgl.git Run autopkgtest with all supported Python3 versions --- diff --git a/debian/changelog b/debian/changelog index 9d75b01..d52c3ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mathgl (8.0.1-6) UNRELEASED; urgency=medium + + * Team upload. + * Run autopkgtest with all supported Python3 versions + + -- Andreas Tille Wed, 14 Feb 2024 12:02:47 +0100 + mathgl (8.0.1-5) unstable; urgency=medium * d/control: diff --git a/debian/tests/control b/debian/tests/control index 6be16ad..e4f1845 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,2 @@ Test-Command: debian/tests/run-tests -Depends: @, @builddeps@ +Depends: @, @builddeps@, python3-all diff --git a/debian/tests/run-tests b/debian/tests/run-tests index d03e004..1f56711 100755 --- a/debian/tests/run-tests +++ b/debian/tests/run-tests @@ -32,5 +32,8 @@ for i in $NAMES ; do done cd $CWD -python3 examples/test.py +for py in $(py3versions -s 2> /dev/null) +do + ${py} examples/test.py +done check_png sample