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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 13:38:16 UTC 2020


    Date: Thursday, November 12, 2020 @ 13:38:15
  Author: foutrelis
Revision: 751811

pytest does not like newlines in -k argument

Modified:
  python-ethtool/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 13:28:23 UTC (rev 751810)
+++ PKGBUILD	2020-11-12 13:38:15 UTC (rev 751811)
@@ -28,9 +28,7 @@
   cd "${_name}-${pkgver}"
   local _py3_ver=$(python --version | cut -d " " -f2)
   export PYTHONPATH="build/lib.linux-$CARCH-${_py3_ver%"."*}:${PYTHONPATH}"
-  py.test -k 'not test_etherinfo_objects \
-              and not test_get_interface_info_active \
-              and not test_get_interface_info_all'
+  py.test -k 'not test_etherinfo_objects and not test_get_interface_info_active and not test_get_interface_info_all'
 }
 
 package() {



More information about the arch-commits mailing list