allure-framework / allure-python

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

Remove old python2-related code and add python 3.11 support #715

Closed delatrie closed 1 year ago

delatrie commented 1 year ago

Since we decided to support only py3.7+ (and possibly 3.6) this PR aims to clean the code base from python2 old-style and compatibility constructs, including:

Also made some refactorings and small changes: