Some tests fail on installation with yay #11127
-
SummaryHi, i'm trying to install helix from AUR with yay but some tests ( Reproduction Steps
failures:
---- test::commands::write::test_write_scratch_to_new_path stdout ----
thread 'test::commands::write::test_write_scratch_to_new_path' panicked at helix-term/tests/test/commands/write.rs:268:13:
assertion `left == right` failed
left: Some("/tmp/.tmpJTOFav")
right: None
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- test::commands::write::test_write_new_path stdout ----
thread 'test::commands::write::test_write_new_path' panicked at helix-term/tests/test/commands/write.rs:348:21:
assertion `left == right` failed
left: "/tmp/.tmpuZVFF7"
right: "/tmp/.tmpf0ifGn"
failures:
test::commands::write::test_write_new_path
test::commands::write::test_write_scratch_to_new_path
test result: FAILED. 92 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 38.22s
error: test failed, to rerun pass `-p helix-term --test integration`
==> ERROR: A failure occurred in check().
Aborting...
-> error making: helix-git-exit status 4
-> Failed to install the following packages. Manual intervention is required:
helix-git - exit status 4 Helix logNo response PlatformLinux Terminal Emulatoralacritty Installation Methodyay Helix Versionhelix-git-23.10.r461.g527cbe656-1 |
Beta Was this translation helpful? Give feedback.
Answered by
kirawi
Jul 10, 2024
Replies: 1 comment
-
We don't maintain any packaging besides GitHub releases and the nix flake. You might want to bring this up with the package itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
supersurviveur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't maintain any packaging besides GitHub releases and the nix flake. You might want to bring this up with the package itself.