[arch-commits] Commit in python-sphinx-autoapi/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Jun 8 18:09:18 UTC 2020


    Date: Monday, June 8, 2020 @ 18:09:18
  Author: dvzrv
Revision: 640599

upgpkg: python-sphinx-autoapi 1.4.0-1: Upgrading to 1.4.0.

Disabling failed test after opening ticket upstream.

Modified:
  python-sphinx-autoapi/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-08 17:54:58 UTC (rev 640598)
+++ PKGBUILD	2020-06-08 18:09:18 UTC (rev 640599)
@@ -2,7 +2,7 @@
 
 _name=sphinx-autoapi
 pkgname=python-sphinx-autoapi
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=" A new approach to API documentation in Sphinx."
 arch=('any')
@@ -15,7 +15,7 @@
 # TODO: package python-go and python-dotnet
 # optdepends=('python-go' 'python-dotnet')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('a3c6c32c75be72b53989b249e407fcb4cf29006c3f81c9c00d99b3b71919203864031ba2e46291a440e16cfb68c88a278fb4fbcadc20d5c3726d008e76c17d47')
+sha512sums=('4cd1e6ee56d35d9c954c458c19cff73054de5eee60848329b7bff5b8ba2fc585d0079210bce7727c2c492dc1eef25f5b6d00e10bfb0e7bf01fa56ba935f85591')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -29,7 +29,9 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v || echo "Tests will fail without python-{go,dotnet}."
+  # disable failing test
+  # https://github.com/readthedocs/sphinx-autoapi/issues/215
+  pytest -v -k 'not test_order_members'
 }
 
 package() {



More information about the arch-commits mailing list