Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-testresources
Commits:
81bd448c by Felix Yan at 2026-03-02T19:28:19+08:00
upgpkg: 2.0.2-3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-testresources
pkgdesc = Testresources, a pyunit extension for managing expensive test
resources
pkgver = 2.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://launchpad.net/testresources
arch = any
license = Apache
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-testresources
pkgver=2.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Testresources, a pyunit extension for managing expensive test
resources"
arch=('any')
license=('Apache' 'BSD')
@@ -20,7 +20,13 @@ build() {
check() {
cd testresources
- python -m testtools.run discover
+ # test_test_resource imports fixtures.tests which is not installed
+ # https://bugs.launchpad.net/testresources/+bug/2143037
+ python -m testtools.run \
+ testresources.tests.test_optimising_test_suite \
+ testresources.tests.test_resourced_test_case \
+ testresources.tests.test_resource_graph \
+ testresources.tests.test_test_loader
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-testresources/-/commit/81bd448c58f5fbff89d815830bc36b3b7ea3e558
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-testresources/-/commit/81bd448c58f5fbff89d815830bc36b3b7ea3e558
You're receiving this email because of your account on gitlab.archlinux.org.