mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
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:
@@ -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)
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user