[arch-commits] Commit in python-lazr.config/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 15:59:12 UTC 2020
Date: Thursday, November 12, 2020 @ 15:59:11
Author: foutrelis
Revision: 752050
Avoid check() dropping to Pydb shell
Modified:
python-lazr.config/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 15:54:42 UTC (rev 752049)
+++ PKGBUILD 2020-11-12 15:59:11 UTC (rev 752050)
@@ -32,7 +32,7 @@
export PYTHONPATH="build:${PYTHONPATH}"
# TODO: this is ugly, but tests won't run either with pytest nor using nose
# directly for some reason, due to coverage import errors
- tox -e py39
+ tox -e py39 </dev/null
}
package() {
More information about the arch-commits
mailing list