Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / jupyter-server
Commits: 30e9288d by Antonio Rojas at 2023-08-27T01:27:42+02:00 upgpkg: 2.7.2-1: Update to 2.7.2 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=jupyter-server -pkgver=2.7.0 +pkgver=2.7.2 pkgrel=1 pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila' arch=(any) @@ -14,7 +14,7 @@ checkdepends=(python-pytest-tornasync python-pytest-console-scripts python-pytes python-flaky python-requests python-terminado) optdepends=('jupyter-server-mathjax: to use local MathJax' 'python-jupyter-server-terminals: terminals support') source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz) -sha256sums=('36da0a266d31a41ac335a366c88933c17dfa5bb817a48f5c02c16d303bc9477f') +sha256sums=('d64fb4e593907290e5df916e3c9399c15ab2cd7bdb71cbcd1d36452dbfb30523') prepare() { cd ${pkgname/-/_}-$pkgver @@ -29,7 +29,9 @@ build() { check() { cd ${pkgname/-/_}-$pkgver # Skip tests that fail on the build server - pytest -v -k 'not test_api.py and not test_authorized_requests' + python -m venv --system-site-packages test-env + test-env/bin/python -m installer dist/*.whl + test-env/bin/python -m pytest -v -k 'not test_api.py and not test_authorized_requests and not test_delete_non_empty_folder' } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server/-/commit/30e9288d4015bc58a5f13d0b121c0ca63441513c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server/-/commit/30e9288d4015bc58a5f13d0b121c0ca63441513c You're receiving this email because of your account on gitlab.archlinux.org.
