Source: doit Version: 0.31.1-3 Severity: important Tags: patch Dear Maintainer,
After the pytest fix in 0.31.1-3, unfortunately the autopkgtest still fails due to output on stderr: https://ci.debian.net/data/autopkgtest/testing/amd64/d/doit/3403646/log.gz Easy to fix though, I'm attaching what I just uploaded to Ubuntu. Cheers, mwh -- System Information: Debian Release: buster/sid APT prefers eoan-updates APT policy: (500, 'eoan-updates'), (500, 'eoan'), (400, 'eoan-proposed'), (100, 'eoan-backports') Architecture: amd64 (x86_64) Kernel: Linux 5.3.0-19-generic (SMP w/8 CPU cores) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru doit-0.31.1/debian/changelog doit-0.31.1/debian/changelog --- doit-0.31.1/debian/changelog 2019-10-26 21:26:14.000000000 +1300 +++ doit-0.31.1/debian/changelog 2019-11-14 15:29:40.000000000 +1300 @@ -1,3 +1,10 @@ +doit (0.31.1-3ubuntu1) focal; urgency=medium + + * d/tests/unittests: Pass --no-warn-script-location to pip to suppress + warning on stderr. + + -- Michael Hudson-Doyle <[email protected]> Thu, 14 Nov 2019 15:29:40 +1300 + doit (0.31.1-3) unstable; urgency=medium [ Salsa Pipeline ] diff -Nru doit-0.31.1/debian/control doit-0.31.1/debian/control --- doit-0.31.1/debian/control 2019-10-26 21:26:14.000000000 +1300 +++ doit-0.31.1/debian/control 2019-11-14 15:29:40.000000000 +1300 @@ -1,7 +1,8 @@ Source: doit Section: python Priority: optional -Maintainer: Agustin Henze <[email protected]> +Maintainer: Ubuntu Developers <[email protected]> +XSBC-Original-Maintainer: Agustin Henze <[email protected]> Uploaders: Ulises Vitulli <[email protected]>, IƱaki Malerba <[email protected]>, diff -Nru doit-0.31.1/debian/tests/unittests doit-0.31.1/debian/tests/unittests --- doit-0.31.1/debian/tests/unittests 2019-10-26 21:26:14.000000000 +1300 +++ doit-0.31.1/debian/tests/unittests 2019-11-14 15:29:40.000000000 +1300 @@ -1,2 +1,2 @@ -pip3 install -r dev_requirements.txt +pip3 install --no-warn-script-location -r dev_requirements.txt doit ut

