[arch-commits] Commit in python-py7zr/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Tue Feb 16 03:31:13 UTC 2021
Date: Tuesday, February 16, 2021 @ 03:31:12
Author: eschwartz
Revision: 862228
python-py7zr: use pytest markers rather than excluding files
Modified:
python-py7zr/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-16 02:44:30 UTC (rev 862227)
+++ PKGBUILD 2021-02-16 03:31:12 UTC (rev 862228)
@@ -39,8 +39,7 @@
check() {
cd "${srcdir}"/${_pkgname}-${pkgver}
- python -m pytest -rsx \
- --ignore tests/test_benchmark.py
+ python -m pytest -rsx -m 'not benchmark'
}
package() {
More information about the arch-commits
mailing list