[Python-modules-commits] [python-prov] 11/14: simplify the packaging testsuite

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Dec 13 12:39:44 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository python-prov.

commit 60ccfdc1ac1f8675f50c4dc4d8b5e084e3074f07
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Dec 13 11:24:14 2016 +0000

    simplify the packaging testsuite
---
 debian/tests/control | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 37e41df..c86e4e8 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,7 +1,9 @@
-Test-Command: cp -R prov/tests $AUTOPKGTEST_TMP ; cd $AUTOPKGTEST_TMP
- ; python -m unittest discover 2>&1
-Depends: python, python-prov, python-pydotplus
-
-Test-Command: cp -R prov/tests $AUTOPKGTEST_TMP ; cd $AUTOPKGTEST_TMP
- ; python3 -m unittest discover 2>&1
-Depends: python3, python3-prov, python3-pydotplus
+Test-Command: cd $AUTOPKGTEST_TMP
+ ; python -m unittest discover prov.tests
+Depends: python-prov, python-pydotplus
+Restrictions: allow-stderr
+ 
+Test-Command: cd $AUTOPKGTEST_TMP
+ ; python3 -m unittest discover prov.tests
+Depends: python3-prov, python3-pydotplus
+Restrictions: allow-stderr

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



More information about the Python-modules-commits mailing list