summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-18 06:45:22 -0500
committerCarlos Aznarán2024-04-18 06:45:22 -0500
commit0a19865b139fac16e7b2d8d2e9a2d5c908f821d1 (patch)
treefc9f152247f2128071bfe49ce1e0216c9b4a285b /PKGBUILD
parentf3e3a4d66d11c4b00796e0a6c163b0afa8272ee3 (diff)
downloadaur-python-umap-learn.tar.gz
Skip one test
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94e3992253c0..1070711eb485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _base=umap
pkgname=python-${_base}-learn
pkgdesc="Uniform Manifold Approximation and Projection"
pkgver=0.5.6
-pkgrel=1
+pkgrel=2
arch=(any)
url="https://github.com/lmcinnes/${_base}"
license=(BSD-3-Clause)
@@ -33,7 +33,7 @@ check() {
cd ${_base}-release-${pkgver}
python -m venv --system-site-packages test-env
test-env/bin/python -m installer dist/*.whl
- test-env/bin/python -m pytest
+ test-env/bin/python -m pytest -k 'not umap_update_large'
}
package() {