Skip to content

Commit bc4556b

Browse files
authored
Merge pull request #4143 from gogowitsch/patch-1
Document how to disable pytest plugin
2 parents 957b672 + 75f51f8 commit bc4556b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hypothesis-python/docs/details.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,9 @@ on working with markers <pytest:mark examples>`.
691691
.. note::
692692
Pytest will load the plugin automatically if Hypothesis is installed.
693693
You don't need to do anything at all to use it.
694+
695+
If it causes problems, you can avoid loading the plugin with the
696+
``-p no:hypothesispytest`` option.
694697

695698

696699
.. _fuzz_one_input:

0 commit comments

Comments
 (0)