David Runge pushed to branch main at Arch Linux / Packaging / Packages / hyperkitty
Commits: bb33586f by David Runge at 2025-04-01T13:59:46+02:00 Stop deselecting broken test (upstream does this now) Signed-off-by: David Runge <[email protected]> - - - - - 1f8ca45c by David Runge at 2025-04-01T14:02:20+02:00 upgpkg: 1.3.12-4 Rebuild to stop disabling tests that need no disabling. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = hyperkitty pkgdesc = A web interface to access GNU Mailman v3 archives pkgver = 1.3.12 - pkgrel = 3 + pkgrel = 4 url = https://gitlab.com/mailman/hyperkitty install = hyperkitty.install arch = any ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=HyperKitty pkgname=hyperkitty pkgver=1.3.12 -pkgrel=3 +pkgrel=4 pkgdesc="A web interface to access GNU Mailman v3 archives" arch=(any) url="https://gitlab.com/mailman/hyperkitty" @@ -108,8 +108,6 @@ build() { check() { local pytest_options=( -vv - # https://gitlab.com/mailman/hyperkitty/-/issues/514 - --deselect hyperkitty/tests/commands/test_import.py::CommandTestCase::test_cant_write_error # we don't care about variations in help output --deselect hyperkitty/tests/commands/test_attachments_to_file.py::CommandTestCase::test_help_output ) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyperkitty/-/compare/6d84b3f710caa09f2ecf986b609b026de56b977f...1f8ca45c71cfc2d56fd724ef61b6f114430b054a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyperkitty/-/compare/6d84b3f710caa09f2ecf986b609b026de56b977f...1f8ca45c71cfc2d56fd724ef61b6f114430b054a You're receiving this email because of your account on gitlab.archlinux.org.
