[Python-modules-commits] [matplotlib] 02/03: increase verbosity of the tests
Sandro Tosi
morph at moszumanska.debian.org
Thu Jan 7 23:21:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository matplotlib.
commit 75b1dd338ca910d6345b64e2532d4e49a5769507
Author: Sandro Tosi <morph at debian.org>
Date: Thu Jan 7 22:14:04 2016 +0000
increase verbosity of the tests
---
debian/changelog | 3 ++-
debian/rules | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3b92d89..4fa192b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,9 +6,10 @@ matplotlib (1.5.1~rc1-1) UNRELEASED; urgency=medium
- add/remove stanzas for new upstream code
* debian/rules
- run tests using tests.py, and disable those accessing the network
+ - increase verbosity of the tests
* Build & install only the HTML version of the doc (no more PDF)
- -- Sandro Tosi <morph at debian.org> Wed, 06 Jan 2016 07:03:32 +0000
+ -- Sandro Tosi <morph at debian.org> Thu, 07 Jan 2016 22:13:52 +0000
matplotlib (1.5.0~rc2-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 2f551fa..fa3511d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
print(b.build_platlib)") \
MATPLOTLIBDATA=$(CURDIR)/lib/matplotlib/mpl-data/ \
MPLCONFIGDIR=. \
- xvfb-run -a python$* tests.py --eval-attr="not network"
+ xvfb-run -a python$* tests.py --eval-attr="not network" --verbosity=2
-PYTHONPATH=$(shell python$*-dbg -c "from distutils.command.build import build ; \
from distutils.core import Distribution ; \
@@ -53,7 +53,7 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
print(b.build_platlib)") \
MATPLOTLIBDATA=$(CURDIR)/lib/matplotlib/mpl-data/ \
MPLCONFIGDIR=. \
- xvfb-run -a python$*-dbg tests.py --eval-attr="not network"
+ xvfb-run -a python$*-dbg tests.py --eval-attr="not network" --verbosity=2
rm -f matplotlibrc
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/matplotlib.git
More information about the Python-modules-commits
mailing list