Skip to content

Commit 008d043

Browse files
authored
Merge pull request #5135 from dougthor42/patch-1
[Docs] Fix typo in skipping.rst
2 parents 9eac473 + 0e651d7 commit 008d043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/skipping.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Here's a quick guide on how to skip tests in a module in different situations:
208208

209209
.. code-block:: python
210210
211-
pytestmark = pytest.mark.skipif(sys.platform == "win32", "tests for linux only")
211+
pytestmark = pytest.mark.skipif(sys.platform == "win32", reason="tests for linux only")
212212
213213
3. Skip all tests in a module if some import is missing:
214214

0 commit comments

Comments
 (0)