File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1+ Remove a reference to issue `#568 <https://github.com/pytest-dev/pytest/issues/568 >`_ from the documentation, which has since been
2+ fixed.
Original file line number Diff line number Diff line change @@ -136,12 +136,6 @@ You can use the ``skipif`` marker (as any other marker) on classes::
136136If the condition is ``True ``, this marker will produce a skip result for
137137each 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-
145139If you want to skip all test functions of a module, you may use
146140the ``pytestmark `` name on the global level:
147141
You can’t perform that action at this time.
0 commit comments