[arch-commits] Commit in python-uncertainties/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Nov 14 11:48:21 UTC 2020
Date: Saturday, November 14, 2020 @ 11:48:21
Author: felixonmars
Revision: 754059
fix nosetests weirdness (https://github.com/lebigot/uncertainties/issues/131)
Modified:
python-uncertainties/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-14 11:26:30 UTC (rev 754058)
+++ PKGBUILD 2020-11-14 11:48:21 UTC (rev 754059)
@@ -21,7 +21,7 @@
check() {
cd uncertainties-$pkgver
- python setup.py nosetests
+ nosetests
}
package() {
More information about the arch-commits
mailing list