allure-framework / allure-python

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

Fix duplicated fixtures after 2.11.0 release #696

Closed skhomuti closed 1 year ago

skhomuti commented 1 year ago

No need to update fixtures in test teardown because all fixtures are already finished at this moment and no way to run they again

Fixes #695

Context

[//]: # ( Describe the problem or feature in addition to a link to the issues )

Checklist