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

David Runge dvzrv at archlinux.org
Wed Sep 23 13:14:02 UTC 2020


    Date: Wednesday, September 23, 2020 @ 13:14:02
  Author: dvzrv
Revision: 711501

upgpkg: python-diff-cover 4.0.1-1: Upgrade to 4.0.1.

Remove ignoring of test that failed due to an outdated python-pylint in the repos.

Modified:
  python-diff-cover/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-23 13:11:09 UTC (rev 711500)
+++ PKGBUILD	2020-09-23 13:14:02 UTC (rev 711501)
@@ -2,7 +2,7 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
@@ -13,9 +13,9 @@
 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=('aae6e3e35015968c5d9e83ad31a8872dde321690de3611c9d7d0ed8bd32699fa46866ce01bf31254757d5009b7fe9bcd892bcc8bcb024580c9e768ee0b443ea8'
+sha512sums=('a5f124cf602937f089094d38c9eba9a1babdadcff9b65d4b8cb909c6bcaaf61c7832f8c30d4453f50d0965687e9fe9a25060fb824cd997f641d7fec769f0232b'
             'SKIP')
-b2sums=('adfecf10b06f347e0b06aac9975bd599de7a2dcb8f46323aaa7bdb5d1c2d3e2884d6fa1ef044e3923095f3b66c4e1064f5a59db937ecbbe396fb8592a3a65dbe'
+b2sums=('e4ff84f9eaf8acb3ff659a15670d957c8601c45f2528086b0e76f949e06682af91f8b873f23432fc79b0471b6ab1f5f6c03c65bc10cc5d795e2ff273f2d2153d'
         'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann <matt.bachmann at lola.com>
 
@@ -31,9 +31,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  # skip failing test relying on pylint output:
-  # https://github.com/Bachmann1234/diff_cover/issues/158
-  pytest -v -k "not test_added_file_pylint_console"
+  pytest -v
 }
 
 package() {



More information about the arch-commits mailing list