From 66673c0dd377463f0c67d4de793f08dc7a3f4603 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 17 Aug 2016 22:59:18 -0300 Subject: [PATCH] Remove obsolete docstring --- _pytest/compat.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/_pytest/compat.py b/_pytest/compat.py index 23e3b8b92..1d8c2f331 100644 --- a/_pytest/compat.py +++ b/_pytest/compat.py @@ -212,7 +212,5 @@ def _is_unittest_unexpected_success_a_failure(): From https://docs.python.org/3/library/unittest.html?highlight=unittest#unittest.TestResult.wasSuccessful: Changed in version 3.4: Returns False if there were any unexpectedSuccesses from tests marked with the expectedFailure() decorator. - - TODO: this should be moved to the "compat" module. """ return sys.version_info >= (3, 4) \ No newline at end of file