Codebase list rust-libslirp / 0ba72f4
chrono - mark tests for the arbitrary feature as broken. Peter Michael Green 1 year, 5 months ago
2 changed file(s) with 16 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-chrono (0.4.23-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package chrono 0.4.23 from crates.io using debcargo 2.6.0
4 * Mark tests for the arbitrary feature (newly introduced in chrono 0.4.23) as
5 broken, the arbitrary feature fails to build if the std feature is not also
6 enabled.
7
8 -- Peter Michael Green <plugwash@debian.org> Tue, 22 Nov 2022 15:54:29 +0000
9
010 rust-chrono (0.4.23-1) unstable; urgency=medium
111
212 * Team upload.
99 # easily for an optional dependency unless a separate feature would be
1010 # defined
1111 test_is_broken = true
12
13 [packages."lib+arbitrary"]
14 # The test would only work with `std` enabled, but that can't be done
15 # easily for an optional dependency unless a separate feature would be
16 # defined
17 test_is_broken = true