Juhani Numminen pushed to branch master at Debian Med / htseq
Commits: f549e79e by Juhani Numminen at 2021-01-18T12:17:36+02:00 Use autopkgtest-pkg-python to execute the same test that manually-written debian/tests/control did - - - - - 4 changed files: - debian/changelog - debian/control - + debian/tests/autopkgtest-pkg-python.conf - − debian/tests/control Changes: ===================================== debian/changelog ===================================== @@ -8,6 +8,8 @@ htseq (0.13.5-1) UNRELEASED; urgency=medium * Remove generated file src/Stepvector.py with debian/clean * Add Build-Depends 2to3 needed by setup.py * export CYTHON=cython3 so that setup.py can find the cython3 executable + * Use autopkgtest-pkg-python to execute the same test that manually-written + debian/tests/control did -- Andreas Tille <[email protected]> Sun, 17 Jan 2021 15:29:28 +0100 ===================================== debian/control ===================================== @@ -3,6 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Diane Trout <[email protected]>, Andreas Tille <[email protected]> Section: python +Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: 2to3, debhelper-compat (= 13), ===================================== debian/tests/autopkgtest-pkg-python.conf ===================================== @@ -0,0 +1 @@ +import_name=HTSeq ===================================== debian/tests/control deleted ===================================== @@ -1,9 +0,0 @@ -Test-Command: set -e - ; for py in $(py3versions -r 2>/dev/null) - ; do cd "$AUTOPKGTEST_TMP" - ; echo "Testing with $py:" - ; $py -c "import HTSeq; print(HTSeq)" - ; done -Depends: python3-all, python3-htseq -Restrictions: allow-stderr, superficial - View it on GitLab: https://salsa.debian.org/med-team/htseq/-/commit/f549e79e33efe7cf9c57b85e00a79d06453842ad -- View it on GitLab: https://salsa.debian.org/med-team/htseq/-/commit/f549e79e33efe7cf9c57b85e00a79d06453842ad You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
