commit: cb914bcc30a0034ad6f77b45d8ee06a4e093af4d Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz> AuthorDate: Tue Mar 10 09:53:49 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 14 09:45:43 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb914bcc
dev-python/dunamai: deselect pijul integration test 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 <t <AT> laumann.xyz> Part-of: https://codeberg.org/gentoo/gentoo/pulls/281 Merges: https://codeberg.org/gentoo/gentoo/pulls/281 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 b8b31233de8b..53fe508ae3b2 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 "[email protected]" || die
