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

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Jan 15 18:16:08 UTC 2021


    Date: Friday, January 15, 2021 @ 18:16:07
  Author: yan12125
Revision: 821022

upgpkg: python-aiobotocore 1.2.0-1; make tests less verbose and extend note about a skipped test

Modified:
  python-aiobotocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-15 18:13:12 UTC (rev 821021)
+++ PKGBUILD	2021-01-15 18:16:07 UTC (rev 821022)
@@ -2,8 +2,8 @@
 
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
-pkgver=1.1.2
-pkgrel=3
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
 url='https://github.com/aio-libs/aiobotocore'
@@ -13,7 +13,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=('3a57646e4692076f3637e1191129377ebb7661f36c29f68ec8318fab82d66e7d'
+sha256sums=('cbbf17c61b2d7cc2f09f7fca1af5d6acd7e8876af9defe4d349421f0eb9d7bc3'
             'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
 
 prepare() {
@@ -38,7 +38,8 @@
 
   export PYTHONPATH="$PWD"
   # test_lambda uses moto.awslambda, which requires a running Docker service
-  pytest -v -m moto tests \
+  # See: https://github.com/spulec/moto/issues/3276
+  pytest -m moto tests \
       --ignore=tests/test_patches.py \
       --ignore=tests/test_lambda.py
 }



More information about the arch-commits mailing list