Michael R. Crusoe pushed to branch master at Debian Med / toil
Commits: 4be69ee1 by Michael R. Crusoe at 2026-01-08T08:59:40+01:00 d/rules: skip testing on Python 3.14 until the next toil release - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -9,6 +9,7 @@ toil (9.1.2-1) UNRELEASED; urgency=medium * Accepted patch to use SubTest from pytest 9.0.1+. Closes: #1123531 * New upstream version * Freshen version patch + * d/rules: skip testing on Python 3.14 until the next toil release -- Michael R. Crusoe <[email protected]> Wed, 07 Jan 2026 14:07:55 +0100 ===================================== debian/rules ===================================== @@ -5,6 +5,7 @@ include /usr/share/dpkg/default.mk export PYBUILD_NAME=toil export PYBUILD_DESTDIR=debian/toil/ +export PYBUILD_DISABLE_python3.14=test PYBUILD_TEST_ARGS=$(DEB_BUILD_OPTION_PARALLEL:%=-n %) --dist loadscope -vv -W ignore -k "not (testVirtualEnv or DockstoreLookupTest or testMultiplejobs or testServices)" -m "not slow" # testVirtualEnv - requires an internet connection to download packages from PyPI # testMultiplejobs - flaky during parallel execution View it on GitLab: https://salsa.debian.org/med-team/toil/-/commit/4be69ee1bc862dae3b0e7bbde152701da160a817 -- View it on GitLab: https://salsa.debian.org/med-team/toil/-/commit/4be69ee1bc862dae3b0e7bbde152701da160a817 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
