[Python-modules-commits] [napalm-iosxr] 04/04: Do not run tests

Vincent Bernat bernat at moszumanska.debian.org
Sun Dec 25 10:43:33 UTC 2016


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

bernat pushed a commit to branch master
in repository napalm-iosxr.

commit 47d12525d3251b614cd1614d22fcfbcfe069a113
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sun Dec 25 11:41:20 2016 +0100

    Do not run tests
    
    They do not seem to be complete at the moment as they are complaining
    about missing tests.
---
 debian/control | 7 ++-----
 debian/rules   | 3 ++-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index de1e651..875acb7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,8 @@ Build-Depends: debhelper (>= 9), dh-python,
                python-netaddr,
                python-setuptools,
                python-pyiosxr,
-               python-napalm-base (>= 0.21),
-               python-pip,
-               python-pytest,
-               python-pytest-cov,
-               python-future
+               python-napalm-base,
+               python-pip
 Standards-Version: 3.9.8
 Homepage: https://github.com/napalm-automation/napalm-iosxr
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/napalm-iosxr.git
diff --git a/debian/rules b/debian/rules
index 741bea4..b567c18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #! /usr/bin/make -f
 
 export PYBUILD_NAME=napalm-iosxr
+export PYBUILD_DISABLE=test
 %:
-	dh $@ --with python2 --buildsystem=pybuild
\ No newline at end of file
+	dh $@ --with python2 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list