File: disable-slow-tests.patch

package info (click to toggle)
rust-nalgebra 0.33.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,340 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 105 bytes parent folder | download
1
2
3
4
5
6
7
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -397,3 +397,3 @@
 ]
-slow-tests = []
+#slow-tests = []
 sparse = []