dev-util/rye: fix tests

Closes: https://bugs.gentoo.org/925134
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
Daichi Yamamoto
2024-02-21 17:48:40 +09:00
parent 6cfb5ccbb2
commit ee5caaa588

View File

@@ -336,7 +336,10 @@ QA_FLAGS_IGNORED=".*"
src_test() {
local mytestargs=(
--skip utils::test_is_inside_git_work_tree::test_is_inside_git_work_tree_true
--skip test_is_inside_git_work_tree_true
--skip test_lint_and_format
--skip test_empty_sync
--skip test_add_and_sync
)
cargo_src_test -- "${mytestargs[@]}"