Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Apr 29, 2024

@claudep
Copy link
Contributor

claudep commented Apr 29, 2024

I guess a new pysolr release is needed to fix the issue on Python 3.12.

@cclauss
Copy link
Contributor Author

cclauss commented Apr 29, 2024

Just needed setuptools on Python 3.12.

python3.12/site-packages/pysolr.py", line 14, in <module>
      from pkg_resources import DistributionNotFound, get_distribution, parse_version
  ModuleNotFoundError: No module named 'pkg_resources'

This was done in pysolr repo in django-haystack/pysolr#425

@cclauss cclauss requested a review from claudep April 29, 2024 21:07
@cclauss cclauss changed the title WIP: Expose failures with Python 3.12 Add setuptools to fix failing tests on Python 3.12 Apr 29, 2024
@cclauss cclauss requested a review from acdha April 29, 2024 22:05
@cclauss cclauss requested a review from claudep April 30, 2024 06:47
@claudep
Copy link
Contributor

claudep commented Apr 30, 2024

Thanks, what about squashing commits?

@cclauss
Copy link
Contributor Author

cclauss commented Apr 30, 2024

I almost always Squash and merge unless the individual commits tell a story that is vital to preserve.

Screenshot 2024-04-30 at 11 31 59

Copy link
Contributor

@claudep claudep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@claudep claudep merged commit c83a281 into master Apr 30, 2024
@claudep claudep deleted the Expose-failures-with-Python-3.12 branch April 30, 2024 09:55
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.

2 participants