]> git.pld-linux.org Git - packages/python-gevent.git/blob - python-gevent-sphinx-python3.patch
rebuild with tests and docs
[packages/python-gevent.git] / python-gevent-sphinx-python3.patch
1 --- gevent-21.12.0/docs/development/running_tests.rst.orig      2021-12-11 21:26:48.000000000 +0100
2 +++ gevent-21.12.0/docs/development/running_tests.rst   2022-03-24 12:20:48.951318657 +0100
3 @@ -32,7 +32,7 @@ care of other gevent-specific quirks.
4  
5  The test runner has a number of options:
6  
7 -.. command-output:: python -mgevent.tests --help
8 +.. command-output:: python3 -mgevent.tests --help
9  
10  The simplest way to run all the tests is just to invoke the test
11  runner, typically from the root of the source checkout::
This page took 0.109819 seconds and 3 git commands to generate.