From abc2099cef7530bb5518b02dd5fcf09f1fe93ac1 Mon Sep 17 00:00:00 2001 From: ahriman Date: Mon, 16 Jun 2025 14:02:52 +0000 Subject: [PATCH] Autogenerated commit at 2025-06-16 14:02:52.438138+00:00 --- python-webtest-aiohttp/.SRCINFO | 2 +- python-webtest-aiohttp/.nvchecker.toml | 4 ++-- python-webtest-aiohttp/PKGBUILD | 7 +------ 3 files changed, 4 insertions(+), 9 deletions(-) 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