[Python-modules-commits] [python-elasticsearch] 02/11: Convert from git-dpm to patches unapplied format

Sophie Brun sbrun-guest at moszumanska.debian.org
Tue Sep 26 08:03:37 UTC 2017


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

sbrun-guest pushed a commit to branch debian/master
in repository python-elasticsearch.

commit 35216978c714998027f2913608c18e2441c327a0
Author: Sophie Brun <sophie at freexian.com>
Date:   Fri Sep 22 14:46:33 2017 +0200

    Convert from git-dpm to patches unapplied format
---
 debian/.git-dpm                 | 11 -----------
 debian/gbp.conf                 |  2 ++
 setup.py                        |  2 ++
 test_elasticsearch/run_tests.py |  2 +-
 4 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 07450ea..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-70a7561aabd0daeb3e75e5a2728afe98918c94f2
-70a7561aabd0daeb3e75e5a2728afe98918c94f2
-e646a21fbdd996800a954689d4c1b5f1df44a7de
-e646a21fbdd996800a954689d4c1b5f1df44a7de
-python-elasticsearch_1.6.0.orig.tar.gz
-d6d61ddb5c20b0f806978174f75754bce1c53e41
-77205
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3879982
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=debian/master
diff --git a/setup.py b/setup.py
index 57dd28b..8d22474 100644
--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,8 @@ tests_require = [
     'nose',
     'coverage',
     'mock',
+    'pyaml',
+    'nosexcover'
 ]
 
 # use external unittest for 2.6
diff --git a/test_elasticsearch/run_tests.py b/test_elasticsearch/run_tests.py
index 66b3bc3..4317890 100755
--- a/test_elasticsearch/run_tests.py
+++ b/test_elasticsearch/run_tests.py
@@ -59,7 +59,7 @@ def run_all(argv=None):
     if argv is None:
         argv = [
             'nosetests', '--with-xunit',
-            '--cover-package=elasticsearch', '--cover-erase',
+            '--with-xcoverage', '--cover-package=elasticsearch', '--cover-erase',
             '--logging-filter=elasticsearch', '--logging-level=DEBUG',
             '--verbose',
         ]

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



More information about the Python-modules-commits mailing list