allure-framework / allure-python

Allure integrations for Python test frameworks
https://allurereport.org/
Apache License 2.0
718 stars 236 forks source link

hooks.py throws exception because of missing listener function #629

Open donders opened 2 years ago

donders commented 2 years ago

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.

edras commented 2 years ago

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