Description: skip network-requiring tests by default
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-04-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/library/src/standards/mod.rs
+++ b/library/src/standards/mod.rs
@@ -11,7 +11,7 @@
 /// to construct an authorization URL that'll allow the user to provide you with an authorization
 /// code. You can build the such by doing the following:
 ///
-/// ```
+/// ```no_run
 /// use indieweb::standards::indieauth;
 /// use indieweb::http::reqwest::Client as HttpClient;
 /// use indieauth::Client;
@@ -83,7 +83,7 @@
 /// * The logic for checking CSRF tokens is up to your implementation. It's
 ///   strongly recommended to do to prevent forged requests.
 ///
-/// ```
+/// ```no_run
 /// use indieweb::{
 ///     standards::indieauth::{
 ///         Client, EndpointDiscovery, ClientId, AuthUrl, TokenUrl, 
@@ -120,7 +120,7 @@
 /// # Verifying A Token
 /// The act of verification is done by doing the following:
 ///
-/// ```
+/// ```no_run
 /// use indieweb::{
 ///     standards::indieauth::{AccessToken, Client,
 ///         EndpointDiscovery, EndpointMetadata,
--- a/library/src/standards/webmention/mod.rs
+++ b/library/src/standards/webmention/mod.rs
@@ -9,7 +9,7 @@
 ///
 /// # Examples
 ///
-/// ```
+/// ```no_run
 /// use indieweb::standards::webmention::endpoint_for;
 /// use indieweb::http::{Client, reqwest::Client as HttpClient};
 /// use url::Url;
