mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-util/rye: fix tests
Closes: https://bugs.gentoo.org/925134 Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
@@ -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[@]}"
|
||||
|
||||
Reference in New Issue
Block a user