allure-python icon indicating copy to clipboard operation
allure-python copied to clipboard

hooks.py throws exception because of missing listener function

Open donders opened this issue 4 years ago • 1 comments

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.

donders avatar Oct 06 '21 11:10 donders

As a workaround, downgrading to 2.9.43 fix it. here is the place were the lines were commented out

edras avatar Mar 23 '22 11:03 edras