Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cannot import name 'packaging' from 'pkg_resources' fix
In the setuptools>=70 the `pkg_resources` is deprecated and some of its features might cause troubles. These changes have impact on avocado CI with python3.12. This commit uses directly the `packaging` package instead of `pkg_resources` which solves the CI issues. Reference: https://setuptools.pypa.io/en/stable/pkg_resources.html#package-discovery-and-resource-access-using-pkg-resources Signed-off-by: Jan Richter <[email protected]>
- Loading branch information