Project

General

Profile

Bug #58677

Updated by Jos Collin over 1 year ago

Test if the current python version is supported. Many curses constants and api are introduced in newer versions of python. This test ensures if the python version supports the constants and apis used in the code and the curses display would launch. 

 Discussed here: https://github.com/ceph/ceph/pull/49154#issuecomment-1422639128

Back