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

remove pkg-resources #72

Merged
merged 2 commits into from
Aug 15, 2024
Merged

remove pkg-resources #72

merged 2 commits into from
Aug 15, 2024

Conversation

andreztz
Copy link
Owner

  • fix(tests): Ensure correct upper and lower limits in RadioFacets tests
  • refactor: replace pkg_resources with importlib for version handling

Fix logic errors in tests to properly enforce upper and lower limits
for facet searches in the RadioFacets class
Replaced pkg_resources with importlib.metadata to retrieve the
package version. This reduces reliance on setuptools and uses a
standard library available in Python 3.8+.
@andreztz andreztz merged commit 118af5d into main Aug 15, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant