aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-sphinx-autoapi/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-sphinx-autoapi/APKBUILD')
-rw-r--r--testing/py3-sphinx-autoapi/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/py3-sphinx-autoapi/APKBUILD b/testing/py3-sphinx-autoapi/APKBUILD
index 17b81458c6f..792581c3e97 100644
--- a/testing/py3-sphinx-autoapi/APKBUILD
+++ b/testing/py3-sphinx-autoapi/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Galen Abell <galen@galenabell.com>
pkgname=py3-sphinx-autoapi
_pyname=sphinx-autoapi
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=0
pkgdesc="Automatic API documentation for Sphinx"
url="https://sphinx-autoapi.readthedocs.io"
@@ -19,14 +19,13 @@ build() {
}
check() {
- # TODO re-add failing tests after fixes from new release
- # See https://github.com/readthedocs/sphinx-autoapi/issues/215
- # and https://github.com/readthedocs/sphinx-autoapi/issues/227
- PYTHONPATH="build:$PYTHONPATH" pytest -v -k 'not test_order_members and not test_manual_directives'
+ PYTHONPATH="build:$PYTHONPATH" pytest -v
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="7170a016cf38b5f9aa259f489b3d26e22597ba192d21c553af1e11f4ecbfd9a56855f531d5caba2b5dfc1ca781fd9ee8f1505b0b06e84c827df2cbc9f770745f sphinx-autoapi-1.8.1.tar.gz"
+sha512sums="
+c53a437e9ad5d5fa6f8297d86f2c6a7a94e2836e6b2500b572dcb22a3fdc9c055d373bff70a4cf56af03b865954eabc698447899845c59dd3644a78baf4739d4 sphinx-autoapi-1.8.2.tar.gz
+"