Skip to content

Commit 5b2c8fa

Browse files
Merge pull request #3845 from natanlao/patch-1
Remove warning about #568 from documentation
2 parents f1079a8 + eb8d145 commit 5b2c8fa

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

changelog/3845.trivial.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Remove a reference to issue `#568 <https://github.com/pytest-dev/pytest/issues/568>`_ from the documentation, which has since been
2+
fixed.

doc/en/skipping.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ You can use the ``skipif`` marker (as any other marker) on classes::
136136
If the condition is ``True``, this marker will produce a skip result for
137137
each of the test methods of that class.
138138

139-
.. warning::
140-
141-
The use of ``skipif`` on classes that use inheritance is strongly
142-
discouraged. `A Known bug <https://github.com/pytest-dev/pytest/issues/568>`_
143-
in pytest's markers may cause unexpected behavior in super classes.
144-
145139
If you want to skip all test functions of a module, you may use
146140
the ``pytestmark`` name on the global level:
147141

0 commit comments

Comments
 (0)