[arch-commits] Commit in python-pylint/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Nov 16 19:06:32 UTC 2019


    Date: Saturday, November 16, 2019 @ 19:06:31
  Author: felixonmars
Revision: 368964

remove workaround for broken pytest

Modified:
  python-pylint/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 18:55:44 UTC (rev 368963)
+++ PKGBUILD	2019-11-16 19:06:31 UTC (rev 368964)
@@ -26,7 +26,7 @@
 check() {
   cd "$srcdir"/pylint-pylint-$pkgver
   # https://github.com/PyCQA/pylint/issues/3198
-  python setup.py pytest --addopts="--ignore tests/regrtest_data -k 'not test_by_module_statement_value'"
+  python setup.py pytest --addopts="-k 'not test_by_module_statement_value'"
 }
 
 package() {



More information about the arch-commits mailing list