Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEPS: Keycloak python client has pkg_resource deprecation warning #1984

Open
iameskild opened this issue Sep 5, 2023 · 2 comments
Open

DEPS: Keycloak python client has pkg_resource deprecation warning #1984

iameskild opened this issue Sep 5, 2023 · 2 comments
Labels
area: dependencies 📦 All things dependencies status: blocked ⛔️ This item is on hold due to another task type: deprecation ⚰️ Deprecating a feature

Comments

@iameskild
Copy link
Member

iameskild commented Sep 5, 2023

Keycloak python client has pkg_resource deprecation warning which can cause tests to fail. Using an older version of setuptools gets around the deprecation warning but ultimately we would prefer the deprecation to be handled by the Keycloak python client.

Upstream issue: marcospereirampj/python-keycloak#477

The alternatives for now are to pin setuptools to an older version (63.4.3 seems to work) or filter these deprecation warnings.

@iameskild iameskild added status: blocked ⛔️ This item is on hold due to another task area: dependencies 📦 All things dependencies type: deprecation ⚰️ Deprecating a feature labels Sep 5, 2023
@fangchenli
Copy link
Member

There is an open PR to fix this marcospereirampj/python-keycloak#483

@iameskild
Copy link
Member Author

Thanks for sharing, I saw the issue and missed the PR! Glad to see it's being worked on :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dependencies 📦 All things dependencies status: blocked ⛔️ This item is on hold due to another task type: deprecation ⚰️ Deprecating a feature
Projects
Status: In progress 🏗
Development

No branches or pull requests

2 participants