[Python-modules-commits] [toolz] 01/01: Add python3-all dependency to tests/control

Diane Trout diane at moszumanska.debian.org
Fri Jul 7 21:15:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

diane pushed a commit to branch master
in repository toolz.

commit f60984bb0380d5d28ced30fcdbdff4bf3e646c8d
Author: Diane Trout <diane at ghic.org>
Date:   Fri Jul 7 14:15:00 2017 -0700

    Add python3-all dependency to tests/control
---
 debian/changelog     | 8 ++++++++
 debian/tests/control | 9 +++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 86e714e..ad4de56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+toolz (0.8.2-3) unstable; urgency=medium
+
+  * Add python3-all dependency to tests/control to make sure
+    we test against all available versions of Python 3.
+    Thanks: Steve Langasek (Closes: #867534)
+
+ -- Diane Trout <diane at ghic.org>  Fri, 07 Jul 2017 11:37:43 -0700
+
 toolz (0.8.2-2) unstable; urgency=medium
 
   * Add dont-reference-toolz-curried-exceptions.patch (Closes: #867242)
diff --git a/debian/tests/control b/debian/tests/control
index f93a141..2f9d321 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,7 @@
-Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -m pytest --pyargs toolz  ; done
-Depends: @, python3-pytest
+Test-Command: set -e
+ ; for py in $(py3versions -r 2>/dev/null)
+ ; do cd "$ADTTMP"
+ ;   echo "Testing with $py:"
+ ;   $py -m pytest --pyargs toolz
+ ; done
+Depends: @, python3-pytest, python3-all

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/toolz.git



More information about the Python-modules-commits mailing list