[Python-modules-commits] [proxmoxer] 04/04: Enable running tests
Elena Grandi
valhalla-guest at moszumanska.debian.org
Sun Dec 3 19:59:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
valhalla-guest pushed a commit to branch master
in repository proxmoxer.
commit d4f9ebe4990d7826b4066c47a5e10725ad7c4c7e
Author: Elena ``of Valhalla'' Grandi <valhalla at trueelena.org>
Date: Sun Dec 3 17:51:49 2017 +0100
Enable running tests
---
debian/control | 16 +++++++++++++++-
debian/rules | 3 ++-
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 0c57431..4c4e608 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,21 @@ Source: proxmoxer
Maintainer: Elena Grandi <valhalla-d at trueelena.org>
Section: python
Priority: optional
-Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9)
+Build-Depends:
+ dh-python,
+ python-setuptools (>= 0.6b3),
+ python3-setuptools,
+ python-all (>= 2.6.6-3),
+ python3-all,
+ debhelper (>= 9),
+ python-nose,
+ python3-nose,
+ python-mock,
+ python3-mock,
+ python-requests,
+ python3-requests,
+ python-paramiko,
+ python3-paramiko
Standards-Version: 4.1.1
Homepage: https://github.com/swayf/proxmoxer
diff --git a/debian/rules b/debian/rules
index 65e9c35..8974cd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
# This file was automatically generated by stdeb 0.8.5 at
# Wed, 29 Nov 2017 10:08:12 +0100
export PYBUILD_NAME=proxmoxer
+export PYBUILD_TEST_ARGS=tests.https_tests tests.paramiko_tests
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild --test-nose
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/proxmoxer.git
More information about the Python-modules-commits
mailing list