From 0a1091f11835ad817522f1a19528a3d66d18c2e3 Mon Sep 17 00:00:00 2001 From: Maria Hynes Date: Sun, 27 Oct 2024 11:05:49 +0000 Subject: [PATCH] [5.1.x] Removed unneeded OS reference on running the test suite in contributing docs. This is not needed as the console snippet has buttons that allows the user to choose their OS. Backport of 163e72ebbaa84804877f3d1ae212575e479b533b from main. --- docs/intro/contributing.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 7d590e76a2..0900fdae37 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -217,8 +217,7 @@ a dependency for one or more of the Python packages. Consult the failing package's documentation or search the web with the error message that you encounter. -Now we are ready to run the test suite. If you're using GNU/Linux, macOS, or -some other flavor of Unix, run: +Now we are ready to run the test suite: .. console::