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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Thu Mar 10 08:51:04 UTC 2022


    Date: Thursday, March 10, 2022 @ 08:51:04
  Author: kgizdov
Revision: 1145923

switch away from pytest-runner to pytest only

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-10 07:50:45 UTC (rev 1145922)
+++ PKGBUILD	2022-03-10 08:51:04 UTC (rev 1145923)
@@ -4,11 +4,11 @@
 pkgbase="python-${_pkgname}"
 pkgname=("${pkgbase}")
 pkgver=0.4.12
-pkgrel=2
+pkgrel=3
 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')
-checkdepends=('python-pytest-runner')
+checkdepends=('python-pytest')
 depends=('python-pyaml' 'python-requests')
 url="https://github.com/scikit-hep/${_pkgname}"
 license=('BSD')



More information about the arch-commits mailing list