Skip to content

Commit 44d3282

Browse files
committed
Merge pull request #9040 from nicoddemus/bump-pluggy
1 parent fafe00a commit 44d3282

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

doc/en/reference.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -920,11 +920,8 @@ TestReport
920920
_Result
921921
~~~~~~~
922922

923-
Result used within :ref:`hook wrappers <hookwrapper>`.
923+
Result object used within :ref:`hook wrappers <hookwrapper>`, see :py:class:`_Result in the pluggy documentation <pluggy._callers._Result>` for more information.
924924

925-
.. autoclass:: pluggy.callers._Result
926-
.. automethod:: pluggy.callers._Result.get_result
927-
.. automethod:: pluggy.callers._Result.force_result
928925

929926
Global Variables
930927
----------------

doc/en/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pallets-sphinx-themes
2+
pluggy>=1.0
23
pygments-pytest>=1.1.0
34
sphinx-removed-in>=0.2.0
45
sphinx>=3.1,<4

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install_requires =
4545
attrs>=19.2.0
4646
iniconfig
4747
packaging
48-
pluggy>=0.12,<1.0.0a1
48+
pluggy>=0.12,<2.0
4949
py>=1.8.2
5050
toml
5151
atomicwrites>=1.0;sys_platform=="win32"

0 commit comments

Comments
 (0)