Date: Sunday, March 6, 2022 @ 12:45:15
Author: kgizdov
Revision: 1142336
enable tests
Modified:
python-boost-histogram/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-06 12:39:43 UTC (rev 1142335)
+++ PKGBUILD 2022-03-06 12:45:15 UTC (rev 1142336)
@@ -3,7 +3,7 @@
_pkgname='boost-histogram'
pkgname="python-${_pkgname}"
pkgver='1.3.1'
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for Boost's Histogram library."
arch=('x86_64')
url='https://github.com/scikit-hep/boost-histogram'
@@ -57,7 +57,7 @@
check() {
cd "${srcdir}/${pkgname}"
local python_version=$(python -c 'import sys; print(".".join(map(str,
sys.version_info[:2])))')
- PYTHONPATH="${PWD}/build/lib.linux-${CARCH}-${python_version}" pytest ||
return 0 # one test fails due to Boost bug -
https://github.com/boostorg/histogram/pull/302
+ PYTHONPATH="${PWD}/build/lib.linux-${CARCH}-${python_version}" pytest
}
package() {