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

stender at users.alioth.debian.org stender at users.alioth.debian.org
Thu Dec 1 20:08:58 UTC 2016


    Date: Thursday, December 1, 2016 @ 20:08:57
  Author: stender
Revision: 13754

unfuzz pytest-no-cov.patch

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-12-01 20:05:22 UTC (rev 13753)
+++ packages/vulture/trunk/debian/changelog	2016-12-01 20:08:57 UTC (rev 13754)
@@ -1,8 +1,9 @@
 vulture (0.11-1) UNRELEASED; urgency=medium
 
-  * New upstream release.
+  * New upstream release:
+    + unfuzz pytest-no-cov.patch
 
- -- Daniel Stender <stender at debian.org>  Thu, 01 Dec 2016 21:02:54 +0100
+ -- Daniel Stender <stender at debian.org>  Thu, 01 Dec 2016 21:06:47 +0100
 
 vulture (0.10-1) unstable; urgency=medium
 

Modified: packages/vulture/trunk/debian/patches/pytest-no-cov.patch
===================================================================
--- packages/vulture/trunk/debian/patches/pytest-no-cov.patch	2016-12-01 20:05:22 UTC (rev 13753)
+++ packages/vulture/trunk/debian/patches/pytest-no-cov.patch	2016-12-01 20:08:57 UTC (rev 13754)
@@ -1,14 +1,14 @@
 Description: don't run py.test with coverage
 Author: Daniel Stender <stender at debian.org>
 Forwarded: not-needed
-Last-Update: 2016-08-07
+Last-Update: 2016-12-01
 
 --- a/setup.cfg
 +++ b/setup.cfg
 @@ -4,7 +4,7 @@ omit =
  	.tox/*
  
- [pytest]
+ [tool:pytest]
 -addopts = --cov=vulture.py --cov-report=html --cov-report=term --cov-append
 +# addopts = --cov=vulture.py --cov-report=html --cov-report=term --cov-append
  




More information about the Python-apps-commits mailing list