Accepting request 358877 from home:aplanas:branches:devel:languages:python

- Update 1.14 source tar.gz from the source
  * Rebase urllib3-test-no-coverage.patch

OBS-URL: https://build.opensuse.org/request/show/358877
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=16
This commit is contained in:
Dirk Mueller 2016-02-11 16:21:24 +00:00 committed by Git OBS Bridge
parent ccce9a3ccb
commit 44590e6a6a
3 changed files with 15 additions and 10 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 11 13:55:13 UTC 2016 - aplanas@suse.com
- Update 1.14 source tar.gz from the source
* Rebase urllib3-test-no-coverage.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 5 14:40:22 UTC 2016 - hpj@urpla.net Tue Jan 5 14:40:22 UTC 2016 - hpj@urpla.net

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f5e3d05f4e970a80347c219a321d91bdfa5ba06472431f908121e69f6b0508e5 oid sha256:dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37
size 147913 size 161497

View File

@ -2,14 +2,13 @@ Index: b/setup.cfg
=================================================================== ===================================================================
--- a/setup.cfg --- a/setup.cfg
+++ b/setup.cfg +++ b/setup.cfg
@@ -1,10 +1,5 @@ @@ -1,9 +1,5 @@
[nosetests] [nosetests]
logging-clear-handlers=true logging-clear-handlers = true
-with-coverage=true -with-coverage = true
-cover-package=urllib3 -cover-package = urllib3
-# no rounding problems here -cover-min-percentage = 100
-cover-min-percentage=100 -cover-erase = true
-cover-erase=true
[flake8] [flake8]
exclude=./docs/conf.py,./test/*,./urllib3/packages/* exclude = ./docs/conf.py,./test/*,./urllib3/packages/*