Hi,

I attach a NMU patch. Please, consider apply it.

Thanks

Cheers,

-- 
Emmanuel Arias
@eamanu
yaerobi.com
From db724cd1aa5c7bc37c9210e3cdf5a2c252ae504d Mon Sep 17 00:00:00 2001
From: Emmanuel Arias <eam...@yaerobi.com>
Date: Wed, 25 Mar 2020 23:04:36 -0300
Subject: [PATCH] pysha3: fix autopkgtest regression.

Use pyversions -s to test all suported version.
---
 debian/changelog           | 8 ++++++++
 debian/tests/control       | 3 ++-
 debian/tests/smoke-python3 | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c5c4363..4c79179 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pysha3 (1.0.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/tests/smoke-python3: Fix autopkgtest regression.
+    Use pyversions -s to test all suported version (Closes: #954470).
+
+ -- Emmanuel Arias <eam...@yaerobi.com>  Wed, 25 Mar 2020 23:04:41 -0300
+
 pysha3 (1.0.2-4) unstable; urgency=medium
 
   * Declare Debhelper compatibility using ‘debhelper-compat’ dependency.
diff --git a/debian/tests/control b/debian/tests/control
index c522629..6f8102c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,7 +5,8 @@
 Tests: smoke-python3
 Depends:
     python3-pkg-resources,
-    python3-sha3
+    python3-sha3,
+    python3-all
 
 
 # Local variables:
diff --git a/debian/tests/smoke-python3 b/debian/tests/smoke-python3
index b01681e..4358597 100644
--- a/debian/tests/smoke-python3
+++ b/debian/tests/smoke-python3
@@ -24,7 +24,7 @@ for mod in ${MODULE_NAMES[@]} ; do
     test_opts="$test_opts --module=$mod"
 done
 
-for py in $(py3versions -i) ; do
+for py in $(py3versions -s) ; do
     printf "Python command: %s\n" $py
     $py debian/tests/smoke_test.py $test_opts
     printf "\n"
-- 
2.25.1

Attachment: 0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to