allure-python
allure-python copied to clipboard
hooks.py throws exception because of missing listener function
https://github.com/allure-framework/allure-python/blob/master/allure-behave/src/hooks.py#L53
start_feature was recently removed from listener.py, but hooks.py still calls this function.
As a workaround, downgrading to 2.9.43 fix it. here is the place were the lines were commented out