[arch-commits] Commit in python-pytest-cov/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jun 30 07:29:02 UTC 2018


    Date: Saturday, June 30, 2018 @ 07:29:01
  Author: felixonmars
Revision: 347961

upgpkg: python-pytest-cov 2.5.1-2

Python 3.7 rebuild

Modified:
  python-pytest-cov/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 07:25:32 UTC (rev 347960)
+++ PKGBUILD	2018-06-30 07:29:01 UTC (rev 347961)
@@ -6,7 +6,7 @@
 pkgbase=python-pytest-cov
 pkgname=('python-pytest-cov' 'python2-pytest-cov')
 pkgver=2.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='py.test plugin for coverage reporting with support for both centralised and distributed testing, including subprocesses and multiprocessing'
 arch=('any')
 license=('MIT')
@@ -15,8 +15,7 @@
              'python-pytest' 'python2-pytest')
 checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests'
               'python2-process-tests' 'python-pytest-cache' 'python2-pytest-cache'
-              'python-pytest-xdist' 'python2-pytest-xdist' 'python-pytest-capturelog'
-              'python2-pytest-capturelog' 'python-fields' 'python2-fields')
+              'python-pytest-xdist' 'python2-pytest-xdist' 'python-fields' 'python2-fields')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-cov/archive/v$pkgver.tar.gz")
 sha512sums=('4963eba62ae8e7c1a03eb3310c242b6c24c9e711345b3b4c85902a4a1ba74e1c22ebb38dd4c0ddd42d4d8fc12eb22dd3a4d99f392c424bfba0c50b4564bc444f')
 
@@ -37,7 +36,7 @@
 
   cd "$srcdir"/pytest-cov-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests" py.test || warning "Tests failed"
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH:$PWD/tests" py.test || warning "Tests failed"
 
   cd "$srcdir"/pytest-cov-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1



More information about the arch-commits mailing list