File: disable-doctests.diff

package info (click to toggle)
rust-ab-glyph 0.2.29-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Disable doctests due to missing fonts
 The expected fonts aren't included in the crate, so the tests fail.
Author: James McCoy <jamessan@debian.org>
Forwarded: not-needed
Last-Update: 2025-04-05 by Peter Michael Green
---
Index: ab-glyph/Cargo.toml
===================================================================
--- ab-glyph.orig/Cargo.toml
+++ ab-glyph/Cargo.toml
@@ -29,2 +29,3 @@
 [lib]
+doctest = false
 name = "ab_glyph"