[Python-apps-commits] r13483 - in packages/vulture/trunk/debian (2 files)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Sun Aug 7 18:45:43 UTC 2016


    Date: Sunday, August 7, 2016 @ 18:45:42
  Author: stender
Revision: 13483

new upstream release

Modified:
  packages/vulture/trunk/debian/changelog
  packages/vulture/trunk/debian/patches/pytest-no-cov.patch

Modified: packages/vulture/trunk/debian/changelog
===================================================================
--- packages/vulture/trunk/debian/changelog	2016-08-07 17:50:44 UTC (rev 13482)
+++ packages/vulture/trunk/debian/changelog	2016-08-07 18:45:42 UTC (rev 13483)
@@ -1,3 +1,10 @@
+vulture (0.10-1) UNRELEASED; urgency=medium
+
+  * New upstream release:
+    + unfuzz pytest-no-cov.patch.
+
+ -- Daniel Stender <stender at debian.org>  Sun, 07 Aug 2016 20:41:24 +0200
+
 vulture (0.8.1-3) unstable; urgency=medium
 
   * Upload to unstable.

Modified: packages/vulture/trunk/debian/patches/pytest-no-cov.patch
===================================================================
--- packages/vulture/trunk/debian/patches/pytest-no-cov.patch	2016-08-07 17:50:44 UTC (rev 13482)
+++ packages/vulture/trunk/debian/patches/pytest-no-cov.patch	2016-08-07 18:45:42 UTC (rev 13483)
@@ -1,13 +1,16 @@
 Description: don't run py.test with coverage
 Author: Daniel Stender <stender at debian.org>
 Forwarded: not-needed
-Last-Update: 2016-03-21
+Last-Update: 2016-08-07
 
 --- a/setup.cfg
 +++ b/setup.cfg
-@@ -4,4 +4,4 @@
-   .tox/*
+@@ -4,7 +4,7 @@ omit =
+ 	.tox/*
  
  [pytest]
--addopts = --cov=vulture.py --cov-report=html --cov-report=term --cov-fail-under=100
-+# addopts = --cov=vulture.py --cov-report=html --cov-report=term --cov-fail-under=100
+-addopts = --cov=vulture.py --cov-report=html --cov-report=term --cov-append
++# addopts = --cov=vulture.py --cov-report=html --cov-report=term --cov-append
+ 
+ [egg_info]
+ tag_build = 




More information about the Python-apps-commits mailing list