[Python-modules-commits] [speechrecognition-python] 02/02: Add explanation for test skips

Ethan Ward ethanward-guest at moszumanska.debian.org
Sun Sep 24 21:55:06 UTC 2017


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

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

commit a8d588c78cd0e6c3297121cfff80b7bf3b4c6a4f
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Sun Sep 24 16:54:59 2017 -0500

    Add explanation for test skips
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index ae6908f..3a962a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=speechrecognition
+# Google tests are skipped because they require an internet
+# connection, pocketsphinx tests are skipped due to an error
+# with the pocketsphinx package
 export POCKETSPHINX_TEST_SKIP=1
 export GOOGLE_TEST_SKIP=1
 

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



More information about the Python-modules-commits mailing list