[Pkg-mpd-commits] [python-mpd] 88/91: Run build-time tests using tox

Simon McVittie smcv at debian.org
Sat Feb 24 14:55:42 UTC 2018


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository python-mpd.

commit 59811e21f71579c495cd1d00ea0082e8193b596b
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Feb 24 12:07:10 2018 +0000

    Run build-time tests using tox
---
 debian/changelog | 1 +
 debian/control   | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b146520..68fd73c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ python-mpd (1.0.0-1) UNRELEASED; urgency=medium
   * Add test-dependency on python[3]-twisted
   * Require Python 2 >= 2.7 (2.6 would need extra libraries) and Python 3
     >= 3.5.2 (for asyncio)
+  * Run build-time tests using tox
 
  -- Simon McVittie <smcv at debian.org>  Sat, 24 Feb 2018 11:49:02 +0000
 
diff --git a/debian/control b/debian/control
index af65d5a..0b7ae29 100644
--- a/debian/control
+++ b/debian/control
@@ -10,13 +10,18 @@ Build-Depends:
  dh-exec,
  dh-python,
  python-all (>= 2.7),
+ python-coverage <!nocheck>,
+ python-mock <!nocheck>,
  python-setuptools,
  python-twisted <!nocheck>,
  python3-all (>= 3.5.2),
+ python3-coverage <!nocheck>,
+ python3-mock <!nocheck>,
  python3-setuptools,
  python3-sphinx,
  python3-twisted <!nocheck>,
  sphinx-common,
+ tox <!nocheck>,
 Standards-Version: 3.9.8
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.5

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list