mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user