]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Disable autopkgtest for now because of https://github.com/softprops/atty/issues/39
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 11 Apr 2020 10:18:25 +0000 (12:18 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 11 Apr 2020 10:35:22 +0000 (12:35 +0200)
src/atty/debian/changelog
src/atty/debian/debcargo.toml
src/atty/debian/rules.debcargo.hint

index 1dea9ab3fcafc8c144106ccc6dc68b7a6e570e7e..fee04d9c276587aaf9e2acff6fabcc779c38e970 100644 (file)
@@ -1,3 +1,10 @@
+rust-atty (0.2.14-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Mark the autopkgtest as flaky because of
+    https://github.com/softprops/atty/issues/39
+
+ -- Sylvestre Ledru <sylvestre@debian.org>  Sat, 11 Apr 2020 12:17:22 +0200
+
 rust-atty (0.2.14-1) unstable; urgency=medium
 
   * Team upload.
index 388a1a4afff82b5849e369444e7289f9359d588e..740966f116d8298e05641f2a6f50e9982c8f3949 100644 (file)
@@ -3,3 +3,8 @@ uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
 
 [source]
 build_depends = ["bsdutils <!nocheck>"]
+
+[packages.lib]
+# Disable because of https://github.com/softprops/atty/issues/39
+# stdin closed
+test_is_broken = true
index 92c239b45f1d2bec0e55c9ee46841afaf23807ea..5ea8e6ee2e4144d638021e76576efecd1ce86a5e 100755 (executable)
@@ -3,4 +3,4 @@
        dh $@ --buildsystem cargo
 
 override_dh_auto_test:
-       dh_auto_test -- test --all
+       dh_auto_test -- test --all || true