Date: Tuesday, November 10, 2020 @ 01:49:01 Author: eschwartz Revision: 748268
python-case: remove check function since upstream never wrote unittests This despite being a module to extend unittesting. They did, however, confusingly include lots of boilerplate travis, appveyor, tox, Makefile, coverage, etc. configuration files implying there are tests. Weird. Modified: python-case/trunk/PKGBUILD ----------+ PKGBUILD | 6 ------ 1 file changed, 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-09 23:07:11 UTC (rev 748267) +++ PKGBUILD 2020-11-10 01:49:01 UTC (rev 748268) @@ -10,7 +10,6 @@ url="https://github.com/celery/case" depends=('python-nose') makedepends=('git') -checkdepends=('python-coverage') source=("git+https://github.com/celery/case.git#commit=$_commit") sha512sums=('SKIP') @@ -19,11 +18,6 @@ python setup.py build } -check() { - cd "$srcdir"/case - nosetests3 -} - package() { cd case python setup.py install --root="$pkgdir" --optimize=1
