[arch-commits] Commit in python-kaptan/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 15:14:51 UTC 2021
Date: Thursday, December 2, 2021 @ 15:14:51
Author: foutrelis
Revision: 1061926
Switch to calling pytest directly
Modified:
python-kaptan/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 15:04:33 UTC (rev 1061925)
+++ PKGBUILD 2021-12-02 15:14:51 UTC (rev 1061926)
@@ -20,7 +20,7 @@
check() {
cd "${_name}-${pkgver}"
- python setup.py test
+ PYTHONPATH=. pytest
}
package_python-kaptan() {
More information about the arch-commits
mailing list