[Python-modules-commits] [wikipedia-python] 01/01: Add explanations for rules tests

Ethan Ward ethanward-guest at moszumanska.debian.org
Sun Sep 24 21:42:18 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-python.

commit a6d570afc5fcb0b1969819425e591d6fb769dfe0
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Sun Sep 24 16:42:05 2017 -0500

    Add explanations for rules tests
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b10575e..0996e30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 
-#export DH_VERBOSE=1
 export PYBUILD_NAME=wikipedia
+# This is necessary in order to properly run the tests, as they
+# are not normally installed in the build directory
 export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir}
 export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
 export PYBUILD_TEST_ARGS=tests/ '*test.py'

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



More information about the Python-modules-commits mailing list