summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLevente Polyak2021-11-13 21:52:42 +0000
committerLevente Polyak2021-11-13 21:52:42 +0000
commit2f1bbabe4c2beea66c371f78f81ae5bf58faaa4a (patch)
treee3eca8b46e53aa93114534b6a48b994ac0b99c5f /PKGBUILD
parentdb6fbd3df0a83cba940365f11f72648680cf44f2 (diff)
downloadaur-2f1bbabe4c2beea66c371f78f81ae5bf58faaa4a.tar.gz
enable tests with latest aiohttp
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1798e713169b..2b8dd1c27fb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}