File: fix-error-running_tests-docs.patch

package info (click to toggle)
python-gevent 25.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,036 kB
  • sloc: python: 170,894; ansic: 82,360; sh: 6,265; makefile: 1,550; javascript: 108
file content (21 lines) | stat: -rw-r--r-- 893 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: do not run python -mgevent.tests --help
 The command fails and results in a error message in the generated HTML.
 Additionally, it's a cause for unreproducible builds.
Author: Emanuele Rocca <ema@debian.org>
Last-Update: 2022-08-31
Index: python-gevent/docs/development/running_tests.rst
===================================================================
--- python-gevent.orig/docs/development/running_tests.rst
+++ python-gevent/docs/development/running_tests.rst
@@ -29,11 +29,6 @@ care of other gevent-specific quirks.
    remove this module. Notably, on Debian, you will probably need
    ``libpythonX.Y-testsuite`` installed to run all the tests.
 
-
-The test runner has a number of options:
-
-.. command-output:: python -mgevent.tests --help
-
 The simplest way to run all the tests is just to invoke the test
 runner, typically from the root of the source checkout::