[arch-commits] Commit in python-scikit-hep-testdata/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Tue Mar 8 10:28:30 UTC 2022


    Date: Tuesday, March 8, 2022 @ 10:28:30
  Author: kgizdov
Revision: 1145457

upgpkg: python-scikit-hep-testdata 0.4.12-2

Modified:
  python-scikit-hep-testdata/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-08 10:21:38 UTC (rev 1145456)
+++ PKGBUILD	2022-03-08 10:28:30 UTC (rev 1145457)
@@ -4,7 +4,7 @@
 pkgbase="python-${_pkgname}"
 pkgname=("${pkgbase}")
 pkgver=0.4.12
-pkgrel=1
+pkgrel=2
 pkgdesc='A common package to provide example files (e.g. ROOT) for testing and developing packages against'
 arch=('any')
 makedepends=('git' 'python-setuptools' 'python-setuptools-scm' 'python-toml')
@@ -23,7 +23,7 @@
 
 check() {
     cd "${srcdir}/${_pkgname}-${pkgver}"
-    python setup.py pytest
+    PYTHONPATH=build/lib pytest tests
 }
 
 package() {



More information about the arch-commits mailing list