[arch-commits] Commit in python-diff-cover/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Fri Jun 5 13:02:32 UTC 2020


    Date: Friday, June 5, 2020 @ 13:02:32
  Author: dvzrv
Revision: 639151

upgpkg: python-diff-cover 3.0.1-1: Upgrading to 3.0.1.

Removing ignoring of flaky test (fixed upstream).

Modified:
  python-diff-cover/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-05 12:18:29 UTC (rev 639150)
+++ PKGBUILD	2020-06-05 13:02:32 UTC (rev 639151)
@@ -2,7 +2,7 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
 'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('4c0b69218b96c4d29e41f7a34cf8d8112c34f395183210d744a3bdaf9f4919074e88a6f038830e2184a6424e4296cb19693da8d3f780fe61bbb756a220557a1b'
+sha512sums=('bb04b110a9601db8734c1dd925571c7f2905e14bc5d838338b4e02370832e807d6f7c60d1f714157ac357526bc87c96efa7796be378f53c7ef7f30f525911b08'
             'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann <matt.bachmann at lola.com>
 
@@ -29,9 +29,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  # flaky test:
-  # https://github.com/Bachmann1234/diff_cover/issues/146
-  pytest -v -k 'not test_generate_report'
+  pytest -v
 }
 
 package() {



More information about the arch-commits mailing list