Bas Couwenberg pushed to branch master at Debian GIS Project / pyninjotiff
Commits: 5953549a by Bas Couwenberg at 2022-06-29T06:00:05+02:00 Use supported python3 versions in autopkgtest. - - - - - 2 changed files: - debian/changelog - debian/tests/python3 Changes: ===================================== debian/changelog ===================================== @@ -6,6 +6,7 @@ pyninjotiff (0.4.0-2) UNRELEASED; urgency=medium [ Bas Couwenberg ] * Bump Standards-Version to 4.6.1, no changes. + * Use supported python3 versions in autopkgtest. -- Antonio Valentino <[email protected]> Thu, 11 Nov 2021 09:54:50 +0000 ===================================== debian/tests/python3 ===================================== @@ -1,7 +1,7 @@ #!/bin/sh set -efu -PYS=${PYS:-"$(py3versions -r 2>/dev/null)"} +PYS=${PYS:-"$(py3versions -s 2>/dev/null)"} TESTPKG=${TESTPKG:-pyninjotiff} cd "$AUTOPKGTEST_TMP" View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/commit/5953549a5816323a004d4925527aacfacdbef152 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/commit/5953549a5816323a004d4925527aacfacdbef152 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
