diff options
author | Levente Polyak | 2021-11-13 21:52:42 +0000 |
---|---|---|
committer | Levente Polyak | 2021-11-13 21:52:42 +0000 |
commit | 2f1bbabe4c2beea66c371f78f81ae5bf58faaa4a (patch) | |
tree | e3eca8b46e53aa93114534b6a48b994ac0b99c5f /PKGBUILD | |
parent | db6fbd3df0a83cba940365f11f72648680cf44f2 (diff) | |
download | aur-2f1bbabe4c2beea66c371f78f81ae5bf58faaa4a.tar.gz |
enable tests with latest aiohttp
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 @@ build() { check() { cd ${_pkgname}-${pkgver} - # requires latest aiohttp which requires async-timeout - # PYTHONPATH=. py.test tests + PYTHONPATH=. py.test tests } |