Date: Friday, April 17, 2020 @ 04:11:04 Author: yan12125 Revision: 615402
upgpkg: python-aiobotocore 1.0.4-1 Modified: python-aiobotocore/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-17 03:56:28 UTC (rev 615401) +++ PKGBUILD 2020-04-17 04:11:04 UTC (rev 615402) @@ -2,7 +2,7 @@ pkgname=python-aiobotocore _pkgname=aiobotocore -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=1 pkgdesc='asyncio support for botocore library using aiohttp' arch=(any) @@ -12,7 +12,7 @@ checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio) source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz" unittest-mock.diff) -sha256sums=('a80420047960d75434cf68b56eee9a5b765b5c9df4b279fe54d69e3d5fb1e84f' +sha256sums=('ef9cae30ee8fa2b0b70e92a45d221d6ee7e77d2d7dc26a4e79ab13eaa1e7200d' 'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e') prepare() { @@ -33,7 +33,11 @@ check() { cd $_pkgname-$pkgver - PYTHONPATH="$PWD/build/lib:$PWD" pytest -v -m moto tests --ignore=tests/test_patches.py + export PYTHONPATH="$PWD/build/lib:$PWD" + # test_lambda uses moto.awslambda, which requires a running Docker service + pytest -v -m moto tests \ + --ignore=tests/test_patches.py \ + --ignore=tests/test_lambda.py } package() {