The issue is that 0.4.2+dfsg-2 dropped the debian/tests/control depends on python-nose, but python3-nose is needed for the test which calls nosetests3, the attached debdiff fixes the issue
Cheers,
diff -Nru testpath-0.4.2+dfsg/debian/changelog testpath-0.4.2+dfsg/debian/changelog --- testpath-0.4.2+dfsg/debian/changelog 2019-11-12 23:00:54.000000000 +0000 +++ testpath-0.4.2+dfsg/debian/changelog 2019-12-04 09:05:22.000000000 +0000 @@ -1,3 +1,10 @@ +testpath (0.4.2+dfsg-3) unstable; urgency=medium + + * debian/tests/control: + - depends on python3-nose (Closes: #945606) + + -- Sebastien Bacher <seb...@ubuntu.com> Wed, 04 Dec 2019 10:05:00 +0100 + testpath (0.4.2+dfsg-2) unstable; urgency=medium [ Ondřej Nový ] diff -Nru testpath-0.4.2+dfsg/debian/tests/control testpath-0.4.2+dfsg/debian/tests/control --- testpath-0.4.2+dfsg/debian/tests/control 2019-11-12 23:00:54.000000000 +0000 +++ testpath-0.4.2+dfsg/debian/tests/control 2019-12-04 09:04:57.000000000 +0000 @@ -1,2 +1,2 @@ Tests: runtestsuite -Depends: @ +Depends: @, python3-nose
_______________________________________________ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team