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@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@gentoo.org>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2026-03-10 10:53:49 +01:00
committed by Michał Górny
parent 135826e1f0
commit cb914bcc30

View File

@@ -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