Date: Monday, April 10, 2023 @ 18:48:22 Author: arojas Revision: 1444580
upgpkg: jupyterlab 3.6.3-7: Python 3.11 rebuild Modified: jupyterlab/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-10 18:47:55 UTC (rev 1444579) +++ PKGBUILD 2023-04-10 18:48:22 UTC (rev 1444580) @@ -3,7 +3,7 @@ pkgname=jupyterlab _pipname=jupyterlab pkgver=3.6.3 -pkgrel=6 +pkgrel=7 pkgdesc='JupyterLab computational environment' arch=(any) url='https://github.com/jupyterlab/jupyterlab' @@ -29,7 +29,7 @@ check() { cd $pkgname-$pkgver - pytest -v -k 'not test_build' + pytest -v -k 'not test_build and not test_announcements' } package() {
