[Python-modules-commits] [aioredis] 11/11: disable tests (they're missing in the tarball)
Piotr Ożarowski
piotr at moszumanska.debian.org
Sat Jul 30 15:27:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository aioredis.
commit 21abbd3aa08d04a26b3d265fc520ba22a2de09eb
Author: Piotr Ożarowski <piotr at debian.org>
Date: Sat Jul 30 17:25:34 2016 +0200
disable tests (they're missing in the tarball)
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 653c2fe..b0b987c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#! /usr/bin/make -f
export PYBUILD_NAME=aioredis
+# disable tests for now as upstream doesn't include them in the tarball
+export PYBUILD_DISABLE=test
%:
dh $@ --with python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/aioredis.git
More information about the Python-modules-commits
mailing list