Date: Saturday, November 13, 2021 @ 21:52:42 Author: anthraxx Revision: 1046262
upgpkg: python-async-timeout 4.0.1-2: enable tests with latest aiohttp Modified: python-async-timeout/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-13 21:49:17 UTC (rev 1046261) +++ PKGBUILD 2021-11-13 21:52:42 UTC (rev 1046262) @@ -6,7 +6,7 @@ _pkgname=async-timeout pkgname=python-async-timeout pkgver=4.0.1 -pkgrel=1 +pkgrel=2 pkgdesc='Asyncio-compatible timeout class' url='https://github.com/aio-libs/async-timeout' arch=('any') @@ -25,8 +25,7 @@ check() { cd ${_pkgname}-${pkgver} - # requires latest aiohttp which requires async-timeout - # PYTHONPATH=. py.test tests + PYTHONPATH=. py.test tests }
