[Python-modules-commits] [python-daemonocle] 01/01: fix build test issue

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Tue May 24 12:58:45 UTC 2016


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

alvesadrian-guest pushed a commit to branch master
in repository python-daemonocle.

commit 00811b91d6fecd3acfff418af12f2f2c0fa85746
Author: Adrian Alves <aalves at gmail.com>
Date:   Tue May 24 09:58:36 2016 -0300

    fix build test issue
---
 debian/rules                    | 3 ++-
 debian/tests/control            | 6 ------
 debian/tests/python-daemonocle  | 3 ---
 debian/tests/python3-daemonocle | 3 ---
 4 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/debian/rules b/debian/rules
index 880851a..55d1f76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-export PYBUILD_NAME=python-daemonocle
+export PYBUILD_NAME=daemonocle
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
+override_dh_auto_test:
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index 3a14dc9..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,6 +0,0 @@
-Tests: python-daemonocle
-Depends: python-all, python-pytest, python-psutil, python-click
-
-Tests: python3-daemonocle
-Depends: python3-all, python3-pytest, python3-psutil, python3-click
-
diff --git a/debian/tests/python-daemonocle b/debian/tests/python-daemonocle
deleted file mode 100644
index 74c0253..0000000
--- a/debian/tests/python-daemonocle
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-set -e
-for py in $(pyversions -i); do echo "[*] testing $py:"; $py -Wd -m pytest -v -x 2>&1; done
diff --git a/debian/tests/python3-daemonocle b/debian/tests/python3-daemonocle
deleted file mode 100644
index 5346484..0000000
--- a/debian/tests/python3-daemonocle
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-set -e
-for py in $(py3versions -i); do echo "[*] testing $py:"; $py -Wd -m pytest -v -x 2>&1; done

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



More information about the Python-modules-commits mailing list