[Python-modules-commits] [toolz] 05/06: Run installed tests

Diane Trout diane at moszumanska.debian.org
Thu Dec 22 04:55:24 UTC 2016


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

diane pushed a commit to branch master
in repository toolz.

commit e0c0511e2d86488cd19a5661db906bbf0ba2a5b9
Author: Diane Trout <diane at ghic.org>
Date:   Wed Dec 21 20:52:41 2016 -0800

    Run installed tests
---
 debian/tests/control | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index f8adf81..f93a141 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,2 @@
-Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import toolz; print(toolz)" ; done
-Depends: python3-all, python3-toolz
-
+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

-- 
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