[Python-modules-commits] [pytest-localserver] 01/04: get package towards the tests runnings

Daniel Stender danstender-guest at moszumanska.debian.org
Tue Jul 21 08:43:11 UTC 2015


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

danstender-guest pushed a commit to branch master
in repository pytest-localserver.

commit 7a1d686e2f5de211349d8a56ff5a769acdf95d6d
Author: Daniel Stender <debian at danielstender.com>
Date:   Tue Jul 21 10:29:37 2015 +0200

    get package towards the tests runnings
---
 debian/control | 10 +++++++++-
 debian/rules   |  3 +--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index ad2a594..b2c068b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,16 @@ Build-Depends:
  dh-python,
  python-all,
  python-setuptools,
+ python-werkzeug (>= 0.10),
+ python-pytest,
+ python-six,
+ python-requests,
  python3-all,
- python3-setuptools
+ python3-setuptools,
+ python3-werkzeug (>= 0.10),
+ python3-pytest,
+ python3-six,
+ python3-requests
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/pytest-localserver.git
 Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/pytest-localserver.git
diff --git a/debian/rules b/debian/rules
index 76ebb20..69d8230 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,7 @@ export PYBUILD_NAME=pytest-localserver
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_test:
-	# PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m pytest" dh_auto_test
-	# needs werkzeug >= 0.10
+	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m pytest -v -x" dh_auto_test
 
 override_dh_installdocs:
 	dh_installdocs -A README

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



More information about the Python-modules-commits mailing list