Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44d3282

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

File tree

Expand file treeCollapse file tree

3 files changed

+3
-5
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-5
lines changed

‎doc/en/reference.rst

Copy file name to clipboardExpand all lines: doc/en/reference.rst
+1-4Lines changed: 1 addition & 4 deletions
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

Copy file name to clipboardExpand all lines: doc/en/requirements.txt
+1Lines 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>=1.1.0
34
sphinx-removed-in>=0.2.0
45
sphinx>=3.1,<4

‎setup.cfg

Copy file name to clipboardExpand all lines: setup.cfg
+1-1Lines 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
toml
5151
atomicwrites>=1.0;sys_platform=="win32"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.