Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pbr
Commits:
0e9cf1c4 by Jelle van der Waa at 2025-12-29T19:40:32+01:00
Explain why we skip some tests
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -23,6 +23,7 @@ build() {
check() {
cd pbr
+ # Exclude tests that require networking
stestr run --exclude-regex 'test_pep_517_support|test_requirement_parsing'
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pbr/-/commit/0e9cf1c4e2dc6317e9fb058e0041667a6aa81d67
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pbr/-/commit/0e9cf1c4e2dc6317e9fb058e0041667a6aa81d67
You're receiving this email because of your account on gitlab.archlinux.org.