From cb914bcc30a0034ad6f77b45d8ee06a4e093af4d Mon Sep 17 00:00:00 2001 From: Thomas Bracht Laumann Jespersen Date: Tue, 10 Mar 2026 10:53:49 +0100 Subject: [PATCH] dev-python/dunamai: deselect pijul integration test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream has disabled the pipeline test and appears to be tested with pijul 1.0.0-beta.2. Newer versions of pijul have fixed some bugs, but introduced other behaviour that needs to be handled in dunamai. At this point, probably best to disable the test so anyone running the dunamai test suite won't see failures just because they happen to have pijul installed. Signed-off-by: Thomas Bracht Laumann Jespersen Part-of: https://codeberg.org/gentoo/gentoo/pulls/281 Merges: https://codeberg.org/gentoo/gentoo/pulls/281 Signed-off-by: Michał Górny --- dev-python/dunamai/dunamai-1.26.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/dunamai/dunamai-1.26.0.ebuild b/dev-python/dunamai/dunamai-1.26.0.ebuild index b8b31233de8b1..53fe508ae3b22 100644 --- a/dev-python/dunamai/dunamai-1.26.0.ebuild +++ b/dev-python/dunamai/dunamai-1.26.0.ebuild @@ -35,6 +35,8 @@ src_test() { local EPYTEST_DESELECT=( # Internet tests/integration/test_dunamai.py::test__version__from_git__shallow + # Broken + tests/integration/test_dunamai.py::test__version__from_pijul ) git config --global user.email "you@example.com" || die