Control: tags 1140884 + patch Control: tags 1140884 + pending Dear maintainer,
I've prepared an NMU for qasync (versioned as 0.28.0-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for qasync-0.28.0 qasync-0.28.0 changelog | 7 +++++++ rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff -Nru qasync-0.28.0/debian/changelog qasync-0.28.0/debian/changelog --- qasync-0.28.0/debian/changelog 2026-02-24 09:53:32.000000000 +0200 +++ qasync-0.28.0/debian/changelog 2026-08-29 13:24:40.000000000 +0300 @@ -1,3 +1,10 @@ +qasync (0.28.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Disable tests failing with pytest 9.1. (Closes: #1140884) + + -- Adrian Bunk <[email protected]> Sat, 29 Aug 2026 13:24:40 +0300 + qasync (0.28.0-2) unstable; urgency=medium * Team upload. diff -Nru qasync-0.28.0/debian/rules qasync-0.28.0/debian/rules --- qasync-0.28.0/debian/rules 2026-02-24 09:51:23.000000000 +0200 +++ qasync-0.28.0/debian/rules 2026-08-29 13:24:40.000000000 +0300 @@ -1,7 +1,7 @@ #! /usr/bin/make -f export PYBUILD_NAME=qasync -export PYBUILD_TEST_ARGS=-k 'not test_regression_bug13' +export PYBUILD_TEST_ARGS=-k 'not test_no_stale_reference_as_argument and not test_no_stale_reference_as_result' %:

