[Python-modules-commits] [python-neovim] 01/04: Pass -vv to nosetests
Víctor Cuadrado Juan
viccuad-guest at moszumanska.debian.org
Tue Aug 15 20:48:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
viccuad-guest pushed a commit to branch master
in repository python-neovim.
commit 99aeb88c838debbe38f1c63224985f37afee2634
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date: Tue Jul 18 23:43:38 2017 +0200
Pass -vv to nosetests
---
debian/rules | 1 +
debian/tests/python-neovim | 2 +-
debian/tests/python3-neovim | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 10181d3..9a16a91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#! /usr/bin/make -f
export PYBUILD_NAME=neovim
+export PYBUILD_TEST_ARGS := -vv
%:
dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/tests/python-neovim b/debian/tests/python-neovim
index 5a90eab..22625b4 100644
--- a/debian/tests/python-neovim
+++ b/debian/tests/python-neovim
@@ -5,5 +5,5 @@ cp -r test "$ADTTMP/"
cd "$ADTTMP"
for python in $(pyversions -i); do
- PYTHONWARNINGS=d $python /usr/bin/nosetests -v 2>&1
+ PYTHONWARNINGS=d $python /usr/bin/nosetests -vv 2>&1
done
diff --git a/debian/tests/python3-neovim b/debian/tests/python3-neovim
index 9a41677..1b1d09b 100644
--- a/debian/tests/python3-neovim
+++ b/debian/tests/python3-neovim
@@ -5,5 +5,5 @@ cp -r test "$ADTTMP/"
cd "$ADTTMP"
for python in $(py3versions -i); do
- PYTHONWARNINGS=d $python /usr/bin/nosetests3 -v 2>&1
+ PYTHONWARNINGS=d $python /usr/bin/nosetests3 -vv 2>&1
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-neovim.git
More information about the Python-modules-commits
mailing list