diff --git a/testing/py3-itemloaders/APKBUILD b/testing/py3-itemloaders/APKBUILD index 8bdc888bbdc..57f5218232a 100644 --- a/testing/py3-itemloaders/APKBUILD +++ b/testing/py3-itemloaders/APKBUILD @@ -1,7 +1,7 @@ -# Maintainer: +# Maintainer: fossdd pkgname=py3-itemloaders -pkgver=1.1.0 -pkgrel=2 +pkgver=1.2.0 +pkgrel=0 pkgdesc="Library to populate items using XPath and CSS with a convenient API" url="https://github.com/scrapy/itemloaders" arch="noarch" @@ -26,9 +26,7 @@ build() { check() { python3 -m venv --clear --without-pip --system-site-packages .testenv .testenv/bin/python3 -m installer .dist/*.whl - .testenv/bin/python3 -m pytest \ - --ignore tests/test_utils_python.py - # https://github.com/scrapy/itemloaders/issues/76 + .testenv/bin/python3 -m pytest } package() { @@ -36,5 +34,5 @@ package() { } sha512sums=" -4a52e75405409124a3c1f7e7079fedf36e34a76877b04d754006743a2f403602de9b463e1f338bead3a68a0c1cf32f2a50b4cbe4cc57a10539ec529a93b81607 py3-itemloaders-1.1.0.tar.gz +2e15053b20e01500a496133257200f34c430ed27ae3c5f8c49fe226cffe357fbd35d561d78c2478a621d5cdb3c08631d39ceeb91d114626ffe8fdc6ef4a664ff py3-itemloaders-1.2.0.tar.gz "