File: skip_tests_having_missing_lib.patch

package info (click to toggle)
rust-ndarray 0.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,028 kB
  • sloc: sh: 30; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Skip tests required non-shipped lib: ndarray_gen
 Upstream doesn't ship the required dependency.
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -172,9 +172,9 @@
 name = "numeric"
 path = "tests/numeric.rs"
 
-[[test]]
-name = "oper"
-path = "tests/oper.rs"
+#[[test]]
+#name = "oper"
+#path = "tests/oper.rs"
 
 [[test]]
 name = "par_azip"