Date: Saturday, March 21, 2020 @ 02:27:07 Author: yan12125 Revision: 602275
upgpkg: python-aws-sam-translator 1.22.0-1 Also gets rid of pytest-cov again Modified: python-aws-sam-translator/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-21 02:20:48 UTC (rev 602274) +++ PKGBUILD 2020-03-21 02:27:07 UTC (rev 602275) @@ -1,7 +1,7 @@ # Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=python-aws-sam-translator -pkgver=1.21.0 +pkgver=1.22.0 pkgrel=1 pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for expressing Serverless applications on AWS' arch=(any) @@ -9,9 +9,9 @@ license=(Apache) depends=(python python-boto3 python-jsonschema python-six) makedepends=(python-setuptools) -checkdepends=(python-pytest python-pytest-cov python-yaml python-mock python-parameterized) +checkdepends=(python-pytest python-yaml python-mock python-parameterized) source=("https://github.com/awslabs/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('795ff31888aae588ac39c4f6d5eef463bde416dfc9843fa43539424cad4d5214') +sha256sums=('46b28186bc06ebe116e1e5671afd717a1097e1224adb7e66a20ece46dd4d9079') build() { cd serverless-application-model-$pkgver @@ -20,7 +20,8 @@ check() { cd serverless-application-model-$pkgver - pytest -v tests + # disable upstream pytest.ini, which involves coverage + pytest -c /dev/null -v tests } package() {
