@@ -517,25 +517,6 @@ if a hookspec specifies a ``warn_on_impl``, pluggy will trigger it for any plugi
517
517
def oldhook ():
518
518
pass
519
519
520
-
521
- .. links
522
- .. _@contextlib.contextmanager :
523
- https://docs.python.org/3.6/library/contextlib.html#contextlib.contextmanager
524
- .. _pytest_cmdline_main :
525
- https://github.com/pytest-dev/pytest/blob/master/_pytest/hookspec.py#L80
526
- .. _hookspec module :
527
- https://github.com/pytest-dev/pytest/blob/master/_pytest/hookspec.py
528
- .. _Writing hook functions :
529
- http://doc.pytest.org/en/latest/writing_plugins.html#writing-hook-functions
530
- .. _hookwrapper :
531
- http://doc.pytest.org/en/latest/writing_plugins.html#hookwrapper-executing-around-other-hooks
532
- .. _hook function ordering :
533
- http://doc.pytest.org/en/latest/writing_plugins.html#hook-function-ordering-call-example
534
- .. _first result :
535
- http://doc.pytest.org/en/latest/writing_plugins.html#firstresult-stop-at-first-non-none-result
536
- .. _sent :
537
- https://docs.python.org/3/reference/expressions.html#generator.send
538
-
539
520
.. _manage :
540
521
541
522
The Plugin registry
@@ -861,6 +842,22 @@ in your project you should thus use a dependency restriction like
861
842
862
843
863
844
.. hyperlinks
845
+ .. _@contextlib.contextmanager :
846
+ https://docs.python.org/3.6/library/contextlib.html#contextlib.contextmanager
847
+ .. _pytest_cmdline_main :
848
+ https://github.com/pytest-dev/pytest/blob/master/_pytest/hookspec.py#L80
849
+ .. _hookspec module :
850
+ https://github.com/pytest-dev/pytest/blob/master/_pytest/hookspec.py
851
+ .. _Writing hook functions :
852
+ http://doc.pytest.org/en/latest/writing_plugins.html#writing-hook-functions
853
+ .. _hookwrapper :
854
+ http://doc.pytest.org/en/latest/writing_plugins.html#hookwrapper-executing-around-other-hooks
855
+ .. _hook function ordering :
856
+ http://doc.pytest.org/en/latest/writing_plugins.html#hook-function-ordering-call-example
857
+ .. _first result :
858
+ http://doc.pytest.org/en/latest/writing_plugins.html#firstresult-stop-at-first-non-none-result
859
+ .. _sent :
860
+ https://docs.python.org/3/reference/expressions.html#generator.send
864
861
.. _pytest :
865
862
https://pytest.org
866
863
.. _request-response pattern :
0 commit comments