[Python-modules-commits] [python-pika] 10/15: properly setup tests

Jan Dittberner jandd at moszumanska.debian.org
Wed Dec 30 13:39:27 UTC 2015


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

jandd pushed a commit to branch master
in repository python-pika.

commit 27124acc6112d21756d21f58a57c68e6d152ce02
Author: Jan Dittberner <jandd at debian.org>
Date:   Wed Dec 30 13:21:24 2015 +0100

    properly setup tests
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ad1d445..70852bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ python-pika (0.10.0-1) UNRELEASED; urgency=medium
   * Register HTML documentation with doc-base
   * Declare relationships between binary packages, add Breaks and
     Replaces for older versions
+  * properly setup tests
 
  -- Jan Dittberner <jandd at debian.org>  Wed, 30 Dec 2015 11:45:36 +0100
 
diff --git a/debian/rules b/debian/rules
index da3ef72..d2ec912 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PYBUILD_NAME=pika
+export PYBUILD_NAME=pika
+export PYBUILD_TEST_ARGS={dir}/tests/unit/
 
 %:
 	dh $@ --with=python2,python3,sphinxdoc --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list