[Python-modules-commits] [python-venusian] 08/12: debian/rules: run pytest

Takaki Taniguchi takaki at moszumanska.debian.org
Tue Jul 4 05:49:04 UTC 2017


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

takaki pushed a commit to branch master
in repository python-venusian.

commit adae28fc00ab2eb274f7a77a8e5a81d62cb20e66
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Mon Jul 3 22:41:16 2017 +0900

    debian/rules: run pytest
---
 debian/control | 4 ----
 debian/rules   | 3 +++
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 28c7dc5..cb2184e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,8 @@ Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: debhelper (>= 10),
                dh-python,
                python-all (>= 2.6.6-3),
-               python-nose,
-               python-nose-exclude,
                python-setuptools,
                python3-all,
-               python3-nose,
-               python3-nose-exclude,
                python3-setuptools
                , python-pytest-cov
                , python3-pytest-cov
diff --git a/debian/rules b/debian/rules
index f8c027e..e824e01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=venusian
+export PYBUILD_SYSTEM=custom
+export PYBUILD_TEST_ARGS_python2=pytest
+export PYBUILD_TEST_ARGS_python3=pytest-3
 
 %:
 	dh $@  --with python2,python3 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list