[Python-modules-commits] [aioredis] 04/07: enable tests, they're un the tarball now
Piotr Ożarowski
piotr at moszumanska.debian.org
Wed Dec 21 11:31:34 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 a263d78226e98921b90a1c249cd224b0eda56ee5
Author: Piotr Ożarowski <piotr at debian.org>
Date: Sat Nov 5 19:34:09 2016 +0100
enable tests, they're un the tarball now
---
debian/control | 2 ++
debian/rules | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index e48fc71..9ecb874 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,10 @@ Build-Depends: debhelper (>= 9), dh-python,
python3-all,
python3-setuptools,
python3-hiredis,
+# tests
python3-pytest,
python3-pytest-cov,
+ redis-server,
Standards-Version: 3.9.8
Homepage: http://aioredis.readthedocs.io/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/aioredis.git
diff --git a/debian/rules b/debian/rules
index b0b987c..653c2fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
#! /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