[Python-modules-commits] [vine] 06/08: Try to get tests working
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Thu Feb 16 20:56:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository vine.
commit c8cea980b9d621bc966ec4b186772813f7dbb528
Author: Christopher Hoskin <mans0954 at debian.org>
Date: Thu Feb 16 20:38:38 2017 +0000
Try to get tests working
---
debian/control | 2 +-
debian/rules | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 1e928bc..dbf082c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Christopher Hoskin <mans0954 at debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9),
- python3-sphinx, python3-sphinx-celery
+ python3-sphinx, python3-sphinx-celery, python3-pytest
Standards-Version: 3.9.8
Homepage: http://github.com/celery/vine
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/vine.git
diff --git a/debian/rules b/debian/rules
index a7c49a8..39998e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
# This file was automatically generated by stdeb 0.8.5 at
# Thu, 16 Feb 2017 16:03:56 +0000
export PYBUILD_NAME=vine
+
+export PYBUILD_BEFORE_TEST=cp -r {dir}/t {build_dir}
+export PYBUILD_AFTER_TEST=rm -rf {build_dir}/t
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/vine.git
More information about the Python-modules-commits
mailing list