dev-util/rye: fix QA_FLAGS_IGNORED & cargo test

Closes: https://bugs.gentoo.org/917415
Closes: https://bugs.gentoo.org/917417
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
Daichi Yamamoto
2023-11-16 21:57:17 +09:00
parent 11249ac154
commit 7a420d1db6

View File

@@ -304,6 +304,16 @@ LICENSE+=" 0BSD Apache-2.0 BSD MIT Unicode-DFS-2016"
SLOT="0"
KEYWORDS="~amd64"
QA_FLAGS_IGNORED=".*"
src_test() {
local mytestargs=(
--skip utils::test_is_inside_git_work_tree::test_is_inside_git_work_tree_true
)
cargo_src_test -- "${mytestargs[@]}"
}
src_install() {
cargo_src_install --path rye
}