Skip to content

Commit 41dc9bb

Browse files
authored
Merge pull request #9040 from nicoddemus/bump-pluggy
2 parents 1a2306c + 109bc26 commit 41dc9bb

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

doc/en/reference/reference.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -956,11 +956,8 @@ TestReport
956956
_Result
957957
~~~~~~~
958958

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

961-
.. autoclass:: pluggy.callers._Result
962-
.. automethod:: pluggy.callers._Result.get_result
963-
.. automethod:: pluggy.callers._Result.force_result
964961

965962
Stash
966963
~~~~~

doc/en/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pallets-sphinx-themes
2+
pluggy>=1.0
23
pygments-pytest>=2.2.0
34
sphinx-removed-in>=0.2.0
45
sphinx>=3.1,<4

setup.cfg

Lines changed: 1 addition & 1 deletion
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
tomli>=1.0.0
5151
atomicwrites>=1.0;sys_platform=="win32"

0 commit comments

Comments
 (0)