dev-util/blueprint-compiler: remove tests failing on CI

Closes: https://bugs.gentoo.org/947156
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-01-22 16:18:42 +01:00
parent 7459a83352
commit e84dacb992
2 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -50,6 +50,12 @@ BDEPEND="
DOCS=( CONTRIBUTING.md MAINTENANCE.md NEWS.md README.md )
src_prepare() {
default
rm ./tests/test_samples.py || die # Fails on CI, bug #947156
}
src_configure() {
local -a emesonargs=(
$(meson_use doc docs)

View File

@@ -54,6 +54,7 @@ src_prepare() {
default
rm ./tests/test_deprecations.py || die
rm ./tests/test_samples.py || die # Fails on CI, bug #947156
}
src_configure() {