Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-param-files
Commits:
49962a4f by Jelle van der Waa at 2024-11-17T15:18:35+01:00
upgpkg: 0.6.0-4: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytest-param-files
pkgdesc = Create pytest parametrize decorators from external files
pkgver = 0.6.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/chrisjsewell/pytest-param-files
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -1,11 +1,9 @@
# Maintainer: Caleb Maclennan <[email protected]>
-BUILDENV+=(!check)
-
pkgname=python-pytest-param-files
_pyname=${pkgname#python-}
pkgver=0.6.0
-pkgrel=3
+pkgrel=4
pkgdesc='Create pytest parametrize decorators from external files '
arch=(any)
url="https://github.com/chrisjsewell/$_pyname"
@@ -26,7 +24,8 @@ build() {
check() {
cd "$_archive"
- pytest
+ # HACK: needs investigation why tests fail
+ # pytest
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-param-files/-/commit/49962a4f68c614ca978118b8246705f6f94a5660
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-param-files/-/commit/49962a4f68c614ca978118b8246705f6f94a5660
You're receiving this email because of your account on gitlab.archlinux.org.