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

Eli Schwartz eschwartz at archlinux.org
Wed Apr 1 15:46:44 UTC 2020


    Date: Wednesday, April 1, 2020 @ 15:46:43
  Author: eschwartz
Revision: 608963

python-wheel: don't depend on python-coverage for tests

Modified:
  python-wheel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-01 15:45:10 UTC (rev 608962)
+++ PKGBUILD	2020-04-01 15:46:43 UTC (rev 608963)
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python' 'python-setuptools'
              'python2' 'python2-setuptools')
-checkdepends=('python-jsonschema' 'python-pytest-cov' 'python-keyring' 'python-keyrings-alt'
+checkdepends=('python-jsonschema' 'python-pytest' 'python-keyring' 'python-keyrings-alt'
               'python-xdg')
 source=("https://pypi.io/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/wheel/archive/$pkgver.tar.gz")
@@ -20,6 +20,8 @@
 sha512sums=('fcd02cf770382c26b5250aa48f60481ac868ff7e1b08245ed4616aaa7d6dc5e3280d9ab787c4d1690b11550de9f6160c0d31dd65b79554711ab5d02de479e1ab')
 
 prepare() {
+  # don't depend on python-coverage for tests
+  sed -i 's/--cov=wheel//' wheel-$pkgver/setup.cfg
   cp -a wheel-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list