Description: Disable doctests (need network/DB and fail in packaging)
Author: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Origin: vendor
Forwarded: not-needed
Last-Update: 2026-08-18
---
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -88,6 +88,7 @@ uuid = [
 ]
 
 [lib]
+doctest = false
 name = "sqlx_postgres"
 path = "src/lib.rs"
 
