[Python-modules-commits] [transmissionrpc] 07/08: Remove python{, 3}-nose from B-D and use pybuild auto_test
Ondřej Nový
onovy at moszumanska.debian.org
Fri Jan 13 11:52:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository transmissionrpc.
commit 3d73a089ec71ad7f9d647b58d3c6b2f9b3238bbd
Author: Ondřej Nový <onovy at debian.org>
Date: Fri Jan 13 12:50:35 2017 +0100
Remove python{,3}-nose from B-D and use pybuild auto_test
---
debian/changelog | 1 +
debian/control | 1 -
debian/rules | 4 ----
3 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 206ee53..8575602 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ transmissionrpc (0.11-3) UNRELEASED; urgency=medium
* Add autopkgtest-pkg-python testsuite
* Add CLI autopkgtest
* Standards-Version is 3.9.8 now (no changes needed)
+ * Remove python{,3}-nose from B-D and use pybuild auto_test
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 22:35:56 +0200
diff --git a/debian/control b/debian/control
index 02cc112..2892649 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 10),
python (>= 2.6.6-3~), python3,
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
python-six, python3-six,
- python-nose, python3-nose
Standards-Version: 3.9.8
Homepage: https://bitbucket.org/blueluna/transmissionrpc/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/transmissionrpc.git
diff --git a/debian/rules b/debian/rules
index 1926138..ae4317e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,10 +17,6 @@ override_dh_installdocs:
sphinx-build $(SPHINXOPTS) -q doc debian/python-transmissionrpc-doc/usr/share/doc/python-transmissionrpc-doc/html/
dh_installdocs
-override_dh_auto_test:
- PYBUILD_SYSTEM=custom \
- PYBUILD_TEST_ARGS="{interpreter} -m nose test/*.py" dh_auto_test
-
override_dh_clean:
dh_clean
-rm -rf html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/transmissionrpc.git
More information about the Python-modules-commits
mailing list