[Python-modules-commits] [betamax] 08/08: Disable tests because some are missing from tarball
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Sun Jan 3 19:29:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
eriol-guest pushed a commit to branch master
in repository betamax.
commit e4ad78c3e1425d7d9ea850599a38439e2adb9a3c
Author: Daniele Tricoli <eriol at mornie.org>
Date: Sun Jan 3 20:25:24 2016 +0100
Disable tests because some are missing from tarball
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index de314c2..e0e5c34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,10 @@
#! /usr/bin/make -f
export PYBUILD_NAME=betamax
+
+# Some tests are missing from source tarball, so for now we disable them.
+# See https://github.com/sigmavirus24/betamax/pull/90
+export PYBUILD_DISABLE=test
+
%:
dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/betamax.git
More information about the Python-modules-commits
mailing list