Codebase list rust-libslirp / 16e2f75
Disable autopkgtest for now because of https://github.com/softprops/atty/issues/39 Sylvestre Ledru 4 years ago
3 changed file(s) with 13 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 rust-atty (0.2.14-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Mark the autopkgtest as flaky because of
3 https://github.com/softprops/atty/issues/39
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 11 Apr 2020 12:17:22 +0200
6
07 rust-atty (0.2.14-1) unstable; urgency=medium
18
29 * Team upload.
22
33 [source]
44 build_depends = ["bsdutils <!nocheck>"]
5
6 [packages.lib]
7 # Disable because of https://github.com/softprops/atty/issues/39
8 # stdin closed
9 test_is_broken = true
22 dh $@ --buildsystem cargo
33
44 override_dh_auto_test:
5 dh_auto_test -- test --all
5 dh_auto_test -- test --all || true