Date: Wednesday, April 12, 2023 @ 06:24:06
Author: polyzen
Revision: 1444788
upgpkg: python-click 8.1.3-3: rebuild with Python 3.11
Modified:
python-click/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-12 06:18:59 UTC (rev 1444787)
+++ PKGBUILD 2023-04-12 06:24:06 UTC (rev 1444788)
@@ -5,7 +5,7 @@
pkgname=python-click
_realname=click
pkgver=8.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="Simple wrapper around optparse for powerful command line utilities"
arch=("any")
url='https://click.palletsprojects.com/'
@@ -23,7 +23,8 @@
check() {
cd "${srcdir}/${_realname}-${pkgver}"
- PYTHONPATH="build/lib" pytest
+ # https://github.com/pallets/click/issues/2489
+ PYTHONPATH="build/lib" pytest -k 'not test_bytes_args'
}
package() {