[Python-modules-commits] [more-itertools] 04/04: Update tests
Ethan Ward
ethanward-guest at moszumanska.debian.org
Mon Jul 31 17:56:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository more-itertools.
commit 82613d9624f3c34a6f8df1a0ec62b5577ec232c4
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Mon Jul 31 12:41:40 2017 -0500
Update tests
---
debian/tests/control | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/tests/control b/debian/tests/control
index 809ac71..c03c638 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,20 +1,21 @@
Test-Command: set -e
- ; cp -r tests "$ADTTMP"
+ ; cp -r tests "$AUTOPKGTEST_TMP"
; for py in $(pyversions -r 2>/dev/null)
- ; do cd "$ADTTMP"
+ ; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
; $py -m nose
; done
Depends: python-all,
- python-more-itertools
+ python-more-itertools,
+ python-nose
Test-Command: set -e
- ; cp -r tests "$ADTTMP"
+ ; cp -r tests "$AUTOPKGTEST_TMP"
; for py in $(py3versions -r 2>/dev/null)
- ; do cd "$ADTTMP"
+ ; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
; $py -m nose
; done
Depends: python3-all,
- python3-more-itertools
-
+ python3-more-itertools,
+ python3-nose
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/more-itertools.git
More information about the Python-modules-commits
mailing list