Date: Monday, April 10, 2023 @ 18:26:58
Author: arojas
Revision: 1444570
upgpkg: python-jupyter-packaging 0.12.3-4: Python 3.11 rebuild
Modified:
python-jupyter-packaging/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 18:24:10 UTC (rev 1444569)
+++ PKGBUILD 2023-04-10 18:26:58 UTC (rev 1444570)
@@ -3,7 +3,7 @@
_pyname=jupyter_packaging
pkgname=python-${_pyname/_/-}
pkgver=0.12.3
-pkgrel=3
+pkgrel=4
pkgdesc='Jupyter Packaging Utilities'
arch=(any)
url='https://jupyter.org/'
@@ -24,7 +24,7 @@
check() {
cd $_pyname-$pkgver
- pytest -v
+ pytest -v -W ignore::DeprecationWarning
}
package() {