diff --git a/testing/py3-asyncssh/APKBUILD b/testing/py3-asyncssh/APKBUILD index 811ac4c98ff9cda8bcb1f0aeadfc579e253de3f2..f217e4b4381bcb3cd9e4a2db0c9f3d44853debb0 100644 --- a/testing/py3-asyncssh/APKBUILD +++ b/testing/py3-asyncssh/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Duncan Bellamy <dunk@denkimushi.com> pkgname=py3-asyncssh _relname=${pkgname#"py3-"} -pkgver=2.10.1 +pkgver=2.11.0 pkgrel=0 pkgdesc="provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio framework" url="https://asyncssh.readthedocs.io/en/latest/" @@ -19,9 +19,9 @@ build() { } check() { - python3 -m installer -d testenv \ - dist/$_relname-$pkgver-py3-none-any.whl + python3 -m installer -d testenv dist/$_relname-$pkgver-py3-none-any.whl local sitedir="$(python3 -c 'import site;print(site.getsitepackages()[0])')" + # deselected tests have x11 forwarding error and openssl too old error PYTHONPATH="$PWD/testenv/$sitedir" python3 -m pytest --deselect tests/test_x11.py \ --deselect tests/test_connection.py \ @@ -29,10 +29,9 @@ check() { } package() { - python3 -m installer -d "$pkgdir" \ - dist/$_relname-$pkgver-py3-none-any.whl + python3 -m installer -d "$pkgdir" dist/$_relname-$pkgver-py3-none-any.whl } sha512sums=" -adaf68f2e4209e9bf91c2018298a281dab490d723bda9d6f7db892aa43e796e38ff904cf39f56c8b545439ca71c89b419e53521f323cb753cf7a2290beb04e12 asyncssh-2.10.1.tar.gz +d9736d0d9e486c4a062fbf493d28f2c5b1074baa32879430750115a686600fa97c947ea34b47a1d9962cc44cc32ce6b31fdb0baa455fbde9b63660c5b8454810 asyncssh-2.11.0.tar.gz "