[Python-modules-commits] [sphinx-argparse] 07/07: deb/rules: get tests running

Daniel Stender danstender-guest at moszumanska.debian.org
Wed Jan 20 20:30:20 UTC 2016


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

danstender-guest pushed a commit to branch master
in repository sphinx-argparse.

commit 5eb1fde8f1fc2fdcdb822eb8efe05fdceb2fe0ad
Author: Daniel Stender <debian at danielstender.com>
Date:   Wed Jan 20 21:26:14 2016 +0100

    deb/rules: get tests running
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 832e627..703992e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export PYBUILD_NAME=sphinx-argparse
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_test:
-	# PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m pytest -v -x" dh_auto_test
+	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m pytest -v -x" dh_auto_test
 
 override_dh_installdocs:
 	PYTHONPATH=. sphinx-build -N -bhtml docs/ ./debian/python-sphinx-argparse/usr/share/doc/python-sphinx-argparse/html/

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



More information about the Python-modules-commits mailing list