Date: Thursday, December 15, 2022 @ 06:56:53 Author: polyzen Revision: 1359203
upgpkg: python-multidict 6.0.3-2: Stop using python setup.py test https://archlinux.org/todo/stop-using-python-setuppy-test/ Modified: python-multidict/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-15 06:44:43 UTC (rev 1359202) +++ PKGBUILD 2022-12-15 06:56:53 UTC (rev 1359203) @@ -4,7 +4,7 @@ _pkgname=multidict pkgname=python-${_pkgname} pkgver=6.0.3 -pkgrel=1 +pkgrel=2 pkgdesc='Asyncio-based multidict implementation for Python' url='https://github.com/aio-libs/multidict' arch=('x86_64') @@ -23,7 +23,7 @@ check() { cd ${_pkgname}-${pkgver} - python setup.py test + pytest } package() {
