#8360: skipTest was added in 2.7.
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 756f1d4..ad6991d 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -733,6 +733,8 @@
       Calling this during the a test method or :meth:`setUp` skips the current
       test.  See :ref:`unittest-skipping` for more information.
 
+      .. versionadded:: 2.7
+
 
    .. method:: debug()