Hi,

I attach a NMU patch. Please consider apply it.

Cheers,

-- 
Emmanuel Arias
@eamanu
yaerobi.com
From c22a8954dd14fe7c01734ae0564a3855dcf92e30 Mon Sep 17 00:00:00 2001
From: Emmanuel Arias <eam...@yaerobi.com>
Date: Tue, 24 Mar 2020 22:53:44 -0300
Subject: [PATCH] d/tests/control: Fix autopkgtest to test all supported
 python3 versions

---
 debian/changelog                 | 8 ++++++++
 debian/tests/control             | 2 +-
 debian/tests/python3-h2-upstream | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f74bb04..85f332a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-h2 (3.2.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * d/tests/control: Fix autopkgtest to test all
+    supported python3 versions (Closes: #954474).
+
+ -- Emmanuel Arias <eam...@yaerobi.com>  Tue, 24 Mar 2020 22:56:51 -0300
+
 python-h2 (3.2.0-1) unstable; urgency=medium
 
   * New upstream release (Closes: #947010).
diff --git a/debian/tests/control b/debian/tests/control
index a67baab..fe53b53 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
 Tests: python3-h2-upstream
-Depends: @, python3-pytest, python3-hypothesis
+Depends: @, python3-pytest, python3-hypothesis, python3-all
diff --git a/debian/tests/python3-h2-upstream b/debian/tests/python3-h2-upstream
index 161e771..44ee546 100644
--- a/debian/tests/python3-h2-upstream
+++ b/debian/tests/python3-h2-upstream
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-for py in $(py3versions -i); do
+for py in $(py3versions -s); do
     echo "[*] testing $py:"
     $py -m pytest
 done
-- 
2.25.1

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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to