Date: Tuesday, November 15, 2022 @ 21:48:45 Author: arodseth Revision: 1349027
Switch to "nosetests" in connection with the "setup.py test" TODO Modified: python-serpent/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-15 21:43:16 UTC (rev 1349026) +++ PKGBUILD 2022-11-15 21:48:45 UTC (rev 1349027) @@ -3,7 +3,7 @@ pkgname=python-serpent pkgver=1.41 -pkgrel=1 +pkgrel=2 pkgdesc='Serializer for literal Python expressions' url='https://github.com/irmen/Serpent' arch=(any) @@ -10,13 +10,13 @@ license=(MIT) depends=(python) makedepends=(git) -checkdepends=(python-attrs python-pytz python-testtools) +checkdepends=(python-attrs python-nose python-pytz python-testtools) source=("git+$url#commit=83d06d779c05e259bf1e020aca9b850d3c6f010b") # tag: serpent-1.41 b2sums=(SKIP) check() { cd Serpent - python setup.py test + nosetests } package() {
