[Python-modules-commits] [django-redis] 05/07: Disable tests the pybuild way.
Michael Fladischer
fladi at moszumanska.debian.org
Fri May 12 15:18:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch experimental
in repository django-redis.
commit aa3d3555f5dd973a40ba1cc322283ce15bf742d4
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Fri May 12 16:52:54 2017 +0200
Disable tests the pybuild way.
---
debian/changelog | 1 +
debian/rules | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9604171..90cd514 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ django-redis (4.8.0-1~exp1) UNRELEASED; urgency=low
* New upstream release.
* Set Build-Depends on debhelper to be (>= 9) because compat is 9.
+ * Disable tests the pybuild way.
-- Michael Fladischer <fladi at debian.org> Fri, 12 May 2017 16:04:30 +0200
diff --git a/debian/rules b/debian/rules
index e5d127a..4e83825 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
#!/usr/bin/make -f
export PYBUILD_NAME=django-redis
+export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_auto_test:
- # Tests needs django configured, let's not for now.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-redis.git
More information about the Python-modules-commits
mailing list