File: disable-completion-tests.patch

package info (click to toggle)
rust-just 1.43.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,048 kB
  • sloc: sh: 300; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Forwarded: not-needed
--- a/src/completions.rs
+++ b/src/completions.rs
@@ -33,6 +33,7 @@ mod tests {
     tempfile::tempfile,
   };
 
+  #[ignore = "Test is reliant on specific version of clap-complete"]
   #[test]
   fn scripts() {
     assert_eq!(Shell::Bash.script(), clap(clap_complete::Shell::Bash));