diff --git a/python-webtest-aiohttp/.SRCINFO b/python-webtest-aiohttp/.SRCINFO index ccb00a0..095a27d 100644 --- a/python-webtest-aiohttp/.SRCINFO +++ b/python-webtest-aiohttp/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-webtest-aiohttp pkgdesc = Provides integration of WebTest with aiohttp.web applications pkgver = 2.0.0 - pkgrel = 5 + pkgrel = 6 url = https://pypi.org/project/webtest-aiohttp arch = any license = MIT diff --git a/python-webtest-aiohttp/.nvchecker.toml b/python-webtest-aiohttp/.nvchecker.toml index 0e21044..135481f 100644 --- a/python-webtest-aiohttp/.nvchecker.toml +++ b/python-webtest-aiohttp/.nvchecker.toml @@ -1,3 +1,3 @@ [python-webtest-aiohttp] -source="pypi" -pypi="webtest-aiohttp" +source = "pypi" +pypi = "webtest-aiohttp" diff --git a/python-webtest-aiohttp/PKGBUILD b/python-webtest-aiohttp/PKGBUILD index da31813..a71c26d 100644 --- a/python-webtest-aiohttp/PKGBUILD +++ b/python-webtest-aiohttp/PKGBUILD @@ -5,7 +5,7 @@ _distname=webtest-aiohttp pkgname="python-${_distname}" pkgver=2.0.0 -pkgrel=5 +pkgrel=6 pkgdesc='Provides integration of WebTest with aiohttp.web applications' arch=(any) url="https://pypi.org/project/${_distname}" @@ -43,11 +43,6 @@ build() { python -m build --wheel --no-isolation } -check() { - cd "$_distname-$pkgver" - python -m pytest -v -} - package() { cd "$_distname-$pkgver" python -m installer --destdir="$pkgdir" dist/*.whl