Remove "pragma: no cover" comments
This commit is contained in:
@@ -166,7 +166,7 @@ class TestRaises:
|
||||
# Early versions of Python 3.5 have some bug causing the
|
||||
# __call__ frame to still refer to t even after everything
|
||||
# is done. This makes the test pass for them.
|
||||
if sys.version_info < (3, 5, 2): # pragma: no cover
|
||||
if sys.version_info < (3, 5, 2):
|
||||
del self
|
||||
raise ValueError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user