[Python-modules-commits] [wikipedia] 06/12: Change test args to env variable

Ethan Ward ethanward-guest at moszumanska.debian.org
Tue Aug 1 23:27:27 UTC 2017


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

ethanward-guest pushed a commit to branch master
in repository wikipedia.

commit 7761fed0081e668725754236dcbfc53a25b1689e
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Mon Jul 31 17:30:44 2017 -0500

    Change test args to env variable
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8ff502d..ae1d200 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 
 #export DH_VERBOSE=1
 export PYBUILD_NAME=wikipedia
+export PYBUILD_TEST_ARGS=tests/
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild --test-args tests/
+	dh $@ --with python2,python3 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list