File: disable-integration-tests.patch

package info (click to toggle)
rust-libsystemd 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 420 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: libsystemd/Cargo.toml
===================================================================
--- libsystemd.orig/Cargo.toml
+++ libsystemd/Cargo.toml
@@ -22,6 +22,7 @@ keywords = ["systemd", "linux"]
 categories = ["api-bindings", "os::unix-apis"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/lucab/libsystemd-rs"
+autotests = false
 [package.metadata.release]
 post-release-commit-message = "cargo: development version bump"
 pre-release-commit-message = "cargo: libsystemd release {{version}}"
@@ -31,9 +32,6 @@ sign-commit = true
 sign-tag = true
 tag-message = "libsystemd {{version}}"
 
-[[test]]
-name = "connected_to_journal"
-harness = false
 [dependencies.hmac]
 version = "^0.12"