avocado-vt
avocado-vt copied to clipboard
Replacing readfp function as read_file function!
In python3.12 readfp function has been removed and it should be replaced as read_file function. readfp was deprecated since python3.2 but got removed in python3.12. For reference :-
- https://docs.python.org/3.12/whatsnew/3.12.html
- https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.readfp Signed-off-by: Anushree Mathur [email protected]
@dzhengfy @Yingshun Could you please review and merge this PR!