mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-ipyparallel: enable check
This commit is contained in:
parent
f53eb6d6d4
commit
2fa926e064
1 changed files with 10 additions and 2 deletions
|
@ -7,6 +7,9 @@ hostmakedepends="hatchling"
|
||||||
depends="python3-entrypoints python3-decorator python3-pyzmq python3-traitlets
|
depends="python3-entrypoints python3-decorator python3-pyzmq python3-traitlets
|
||||||
python3-ipython python3-jupyter_client python3-ipython_ipykernel
|
python3-ipython python3-jupyter_client python3-ipython_ipykernel
|
||||||
python3-tornado python3-psutil python3-dateutil python3-tqdm"
|
python3-tornado python3-psutil python3-dateutil python3-tqdm"
|
||||||
|
checkdepends="$depends python3-pytest python3-pytest-asyncio
|
||||||
|
python3-testpath python3-matplotlib python3-joblib python3-numpy
|
||||||
|
python3-pandas"
|
||||||
short_desc="Interactive parallel computing in Python"
|
short_desc="Interactive parallel computing in Python"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
@ -14,8 +17,13 @@ homepage="https://ipyparallel.readthedocs.io/"
|
||||||
changelog="https://ipyparallel.readthedocs.io/en/latest/changelog.html"
|
changelog="https://ipyparallel.readthedocs.io/en/latest/changelog.html"
|
||||||
distfiles="${PYPI_SITE}/i/ipyparallel/ipyparallel-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ipyparallel/ipyparallel-${version}.tar.gz"
|
||||||
checksum=a39aa5ef9560170bf0e9afedca9ff045e1b9c1832c49303377edcc91cea9fb77
|
checksum=a39aa5ef9560170bf0e9afedca9ff045e1b9c1832c49303377edcc91cea9fb77
|
||||||
# Too many tests fail with a "local" cluster type
|
# having HOME=/tmp confuses a few tests
|
||||||
make_check=no
|
make_check_pre="env HOME=/home"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
# tests are broken in musl
|
||||||
|
make_check=no
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.md
|
vlicense COPYING.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue