devolo / pytest-adaptavist

pytest plugin generating test execution results within Jira Test Management (tm4j)
MIT License
8 stars 11 forks source link

Avoid usage of pkg_resources #49

Closed Shutgun closed 1 year ago

Shutgun commented 1 year ago

The usage pkg_resources is officially deprecated. The advise is to use importlib.metadata instead.