[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Wed Apr 1 16:27:46 UTC 2020
Date: Wednesday, April 1, 2020 @ 16:27:45
Author: eschwartz
Revision: 609004
python-pyquery: don't provide python-coverage to the nosetests, it will be ignored
You just get a log notice:
nose.plugins.cover: ERROR: Coverage not available: unable to import coverage module
But the tests pass fine, it simply skips the plugin, which we don't want anyway.
Modified:
python-pyquery/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-01 16:27:09 UTC (rev 609003)
+++ PKGBUILD 2020-04-01 16:27:45 UTC (rev 609004)
@@ -13,7 +13,7 @@
makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 'python2-lxml'
'python-cssselect' 'python2-cssselect')
checkdepends=('python-requests' 'python2-requests' 'python-webob' 'python2-webob' 'python-nose'
- 'python2-nose' 'python-coverage' 'python2-coverage' 'python-webtest' 'python2-webtest'
+ 'python2-nose' 'python-webtest' 'python2-webtest'
'python2-beautifulsoup4' 'python2-restkit')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/gawel/pyquery/archive/$pkgver.tar.gz")
sha512sums=('25fe43155ecfcafb34863cee0a4690f51f23690b866a9e985f605f9995093e6698dbe867e6a98978f6f389735666fe17328d60c59904456ee1b35ff450eae463')
More information about the arch-commits
mailing list