1
0
mirror of https://github.com/django/django.git synced 2025-04-22 00:04:43 +00:00

[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.
This commit is contained in:
Maria Hynes 2024-10-27 11:05:49 +00:00 committed by Sarah Boyce
parent b8277179d0
commit 0a1091f118

View File

@ -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::