[Python-modules-commits] [speechrecognition-python] 04/08: Add rules support for test disabling
Ethan Ward
ethanward-guest at moszumanska.debian.org
Fri Sep 1 23:13:59 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 e3e51517291f0cd1518f63080d145aa9e9cb6726
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Fri Sep 1 12:25:59 2017 -0500
Add rules support for test disabling
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 2e2250d..430b3e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
#export DH_VERBOSE=1
export PYBUILD_NAME=speechrecognition
+export POCKETSPHINX_TEST_SKIP=1
+export FLAC_TEST_SKIP=1
+export GOOGLE_TEST_SKIP=1
%:
dh $@ --with python2,python3 --buildsystem=pybuild
--
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