[Python-modules-commits] [python-multidict] 05/06: disable tests for Python 3.X-dbg

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Jul 12 17:47:10 UTC 2017


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

piotr pushed a commit to branch master
in repository python-multidict.

commit 4581d3a0b58b280025fdb6c16d1b007faa91b82e
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Wed Jul 12 19:39:34 2017 +0200

    disable tests for Python 3.X-dbg
    
    (due to missing psutil extension)
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 14731b5..f5b91e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-multidict (3.1.1-1) unstable; urgency=medium
 
   * New upstream release
     - add python3-psutil to Build-Depends
+  * disable tests for Python 3.X-dbg (due to missing psutil extension)
 
  -- Piotr Ożarowski <piotr at debian.org>  Wed, 12 Jul 2017 18:31:07 +0200
 
diff --git a/debian/rules b/debian/rules
index 43311e5..003ffeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
 export PYBUILD_NAME=multidict
+export PYBUILD_DISABLE=test/python3-dbg
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-multidict.git



More information about the Python-modules-commits mailing list