I intend to upload an NMU to address this issue.  NMU diff attached.

Scott K
diff -Nru python-pbkdf2-1.3+20110613.git2a0fb15~ds0/debian/changelog python-pbkdf2-1.3+20110613.git2a0fb15~ds0/debian/changelog
--- python-pbkdf2-1.3+20110613.git2a0fb15~ds0/debian/changelog	2019-12-23 16:51:11.000000000 -0500
+++ python-pbkdf2-1.3+20110613.git2a0fb15~ds0/debian/changelog	2020-03-28 17:45:23.000000000 -0400
@@ -1,3 +1,11 @@
+python-pbkdf2 (1.3+20110613.git2a0fb15~ds0-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix autopkgtest to reliably test all supported python3 versions (Closes:
+    #954478)
+
+ -- Scott Kitterman <sc...@kitterman.com>  Sat, 28 Mar 2020 17:45:23 -0400
+
 python-pbkdf2 (1.3+20110613.git2a0fb15~ds0-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru python-pbkdf2-1.3+20110613.git2a0fb15~ds0/debian/tests/control python-pbkdf2-1.3+20110613.git2a0fb15~ds0/debian/tests/control
--- python-pbkdf2-1.3+20110613.git2a0fb15~ds0/debian/tests/control	2019-12-23 16:51:04.000000000 -0500
+++ python-pbkdf2-1.3+20110613.git2a0fb15~ds0/debian/tests/control	2020-03-28 17:45:23.000000000 -0400
@@ -1,2 +1,2 @@
 Tests: python3-pbkdf2
-Depends: python3-pbkdf2
+Depends: python3-all, python3-pbkdf2
diff -Nru python-pbkdf2-1.3+20110613.git2a0fb15~ds0/debian/tests/python3-pbkdf2 python-pbkdf2-1.3+20110613.git2a0fb15~ds0/debian/tests/python3-pbkdf2
--- python-pbkdf2-1.3+20110613.git2a0fb15~ds0/debian/tests/python3-pbkdf2	2013-07-05 16:07:24.000000000 -0400
+++ python-pbkdf2-1.3+20110613.git2a0fb15~ds0/debian/tests/python3-pbkdf2	2020-03-28 17:45:23.000000000 -0400
@@ -6,6 +6,6 @@
 cp -r test "$WORKDIR/"
 cd "$WORKDIR/"
 
-for python in $(py3versions -i); do
+for python in $(py3versions -s); do
    PYTHONWARNINGS=d $python -m unittest discover -s test/ 2>&1
 done

Attachment: signature.asc
Description: This is a digitally signed message part.



Reply via email to