Date: Thursday, April 13, 2023 @ 07:33:43
  Author: polyzen
Revision: 1445521

upgpkg: python-aiohttp 3.8.3-5: Skip irrelevant failing tests

https://github.com/aio-libs/aiohttp/pull/7178#issuecomment-1406829939

Modified:
  python-aiohttp/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-13 07:25:03 UTC (rev 1445520)
+++ PKGBUILD    2023-04-13 07:33:43 UTC (rev 1445521)
@@ -6,7 +6,7 @@
 pkgname=python-aiohttp
 _gitcommit=30b7a4e99677b4014dda2372504343bb05fc983e
 pkgver=3.8.3
-pkgrel=4
+pkgrel=5
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
 arch=('x86_64')
@@ -59,7 +59,7 @@
 check() {
   cd ${pkgname}
   local _python_version=$(python -c 'import sys; print("".join(map(str, 
sys.version_info[:2])))')
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-${_python_version}" pytest
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-${_python_version}" pytest 
-k 'not test_default_loop[pyloop] and not test_ctor_global_loop and not 
test_set_loop_default_loop'
 }
 
 package() {

Reply via email to