File: disable-datatest.patch

package info (click to toggle)
rust-nftables 0.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 564 kB
  • sloc: sh: 11; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 544 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Index: nftables/Cargo.toml
===================================================================
--- nftables.orig/Cargo.toml
+++ nftables/Cargo.toml
@@ -59,7 +59,8 @@ path = "src/lib.rs"
 name = "nftables"
 path = "src/main.rs"
 
-[[test]]
+# requires dataset-stable
+[[disabled.test]]
 name = "deserialize"
 path = "tests/deserialize.rs"
 harness = false
@@ -118,7 +119,7 @@ features = [
 ]
 optional = true
 
-[dev-dependencies.datatest-stable]
+[disabled.dev-dependencies.datatest-stable]
 version = "0.3.2"
 
 [dev-dependencies.serial_test]