Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness - Test Failure
-
Low
-
Normal
-
User Report
-
All
-
None
-
Description
title = 'Timeout'
stream = <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>
sep = '+'def write_title(title, stream=None, sep="~"):
"""Write a section title.If stream is None sys.stderr will be used, sep is used to
draw the line.
"""
if stream is None:
stream = sys.stderr
> width = py.io.get_terminal_width()
E AttributeError: module 'py' has no attribute 'io
is reported in multiple tests as noted below.
possibly a class loader issue associated with CASSANDRA-18150