[Python-modules-team] Bug#945606: testpath: autopkgtest regression
Sebastien Bacher
seb128 at ubuntu.com
Wed Dec 4 10:08:49 GMT 2019
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,
-------------- next part --------------
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 <seb128 at 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
More information about the Python-modules-team
mailing list