-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update reasonable build suite #667
Comments
I'm wondering if this might be tied to setup.py's local_version function. |
Or possibly the |
There appear to be multiple incompatibilities because of deprecations in setuptools. A migration guide: |
setup.py requires things that have been deprecated. pipenv is now hardcoded to setuptools_scm==8.1.0 (higher version needed to work with While the immediate crisis is past, I'm leaving this issue open because we now have multiple structural problems in the build and testing suite that should be addressed. |
Related to #665 , the build suite is out of date along with the regular testing suite.
warn-transformer, of a similar vintage and related stack, encountered build problems caused by Github's rollout of a newer version of
git
itself onto its Actions runner images.The fix for warn-transformer may have been to update setuptools_scm to 8.1.0, seen here:
biglocalnews/warn-transformer#278
Trying to update to a similar version in warn-scraper failed miserably; looks like possibly make test may be running the wrong tooling to work with with newer versions of some things.
The text was updated successfully, but these errors were encountered: