python3-ipython_ipykernel: update to 6.26.0.
This commit is contained in:
parent
71d4bcdb49
commit
5605afcdae
1 changed files with 8 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'python3-ipython_ipykernel'
|
||||
pkgname=python3-ipython_ipykernel
|
||||
version=6.25.2
|
||||
version=6.26.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
# these tests fail in 6.25.2
|
||||
# these tests fail in 6.26.0
|
||||
make_check_args="
|
||||
--deselect ipykernel/tests/test_eventloop.py::test_asyncio_interrupt
|
||||
--deselect ipykernel/tests/test_embed_kernel.py::test_embed_kernel_func
|
||||
--deselect ipykernel/tests/test_kernelspec.py::test_install_kernelspec"
|
||||
--deselect tests/test_eventloop.py::test_asyncio_interrupt
|
||||
--deselect tests/test_embed_kernel.py::test_embed_kernel_func
|
||||
--deselect tests/test_kernelspec.py::test_install_kernelspec"
|
||||
hostmakedepends="hatchling python3-jupyter_client"
|
||||
depends="python3-comm python3-ipython python3-jupyter_client
|
||||
python3-nest_asyncio python3-packaging python3-psutil python3-tornado"
|
||||
|
@ -20,7 +20,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://github.com/ipython/ipykernel"
|
||||
changelog="https://raw.githubusercontent.com/ipython/ipykernel/main/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz"
|
||||
checksum=f468ddd1f17acb48c8ce67fcfa49ba6d46d4f9ac0438c1f441be7c3d1372230b
|
||||
checksum=553856658eb8430bbe9653ea041a41bff63e9606fc4628873fc92a6cf3abd404
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||
# this would cause a build-time circular dependency
|
||||
|
@ -28,8 +28,8 @@ if [ "$XBPS_CHECK_PKGS" = full ]; then
|
|||
else
|
||||
# These tests require ipyparallel
|
||||
make_check_args+="
|
||||
--ignore ipykernel/tests/test_pickleutil.py
|
||||
--deselect ipykernel/tests/test_ipkernel_direct.py::test_do_apply
|
||||
--ignore tests/test_pickleutil.py
|
||||
--deselect tests/test_ipkernel_direct.py::test_do_apply
|
||||
"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue