Skip to content

Commit 66673c0

Browse files
committed
Remove obsolete docstring
1 parent 030c422 commit 66673c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_pytest/compat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,5 @@ def _is_unittest_unexpected_success_a_failure():
212212
From https://docs.python.org/3/library/unittest.html?highlight=unittest#unittest.TestResult.wasSuccessful:
213213
Changed in version 3.4: Returns False if there were any
214214
unexpectedSuccesses from tests marked with the expectedFailure() decorator.
215-
216-
TODO: this should be moved to the "compat" module.
217215
"""
218216
return sys.version_info >= (3, 4)

0 commit comments

Comments
 (0)