diff --git a/doc/en/reference.rst b/doc/en/reference.rst index 8aa95ca6448..d92a45711c2 100644 --- a/doc/en/reference.rst +++ b/doc/en/reference.rst @@ -920,11 +920,8 @@ TestReport _Result ~~~~~~~ -Result used within :ref:`hook wrappers `. +Result object used within :ref:`hook wrappers `, see :py:class:`_Result in the pluggy documentation ` for more information. -.. autoclass:: pluggy.callers._Result -.. automethod:: pluggy.callers._Result.get_result -.. automethod:: pluggy.callers._Result.force_result Global Variables ---------------- diff --git a/doc/en/requirements.txt b/doc/en/requirements.txt index fa37acfb447..ea2b428e3e3 100644 --- a/doc/en/requirements.txt +++ b/doc/en/requirements.txt @@ -1,4 +1,5 @@ pallets-sphinx-themes +pluggy>=1.0 pygments-pytest>=1.1.0 sphinx-removed-in>=0.2.0 sphinx>=3.1,<4 diff --git a/setup.cfg b/setup.cfg index f404d3560ed..dc546c8b1b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ install_requires = attrs>=19.2.0 iniconfig packaging - pluggy>=0.12,<1.0.0a1 + pluggy>=0.12,<2.0 py>=1.8.2 toml atomicwrites>=1.0;sys_platform=="win32"