[arch-commits] Commit in python-routes/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Wed Apr 1 16:31:54 UTC 2020
Date: Wednesday, April 1, 2020 @ 16:31:48
Author: eschwartz
Revision: 609006
python-routes: 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-routes/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-01 16:27:53 UTC (rev 609005)
+++ PKGBUILD 2020-04-01 16:31:48 UTC (rev 609006)
@@ -11,7 +11,7 @@
license=("custom:BSD")
depends=("python-repoze.lru" 'python-six')
makedepends=('python-setuptools' 'python-repoze.lru' 'python-six')
-checkdepends=('python-nose' 'python-webob' 'python-coverage')
+checkdepends=('python-nose' 'python-webob')
source=("https://pypi.io/packages/source/R/Routes/Routes-$pkgver.tar.gz")
md5sums=('c058dff6832941dec47e0d0052548ad8')
More information about the arch-commits
mailing list