Before this pull request, the main branch was broken because joblib >= 1.3.0 is incompatible with the current civis-python codebase, thereby making the test suite unable to run at all on CI. This pull request caps joblib to < 1.3.0 so that the main branch is back to a healthy state for CI builds so as to not block other dev work on main.
Note that this pull request does not fully address the linked, internal ticket CIVIS-6486 (which has the goal of making civis-python compatible with joblib >= 1.3.0, something we aren't prioritizing at the moment), but is related to it.
Resolves #468.
[x] (For Civis employees only) Reference to a relevant ticket in the pull request title
[x] Changelog entry added to CHANGELOG.md at the repo's root level
[x] Description of change in the pull request description
[x] If applicable, unit tests have been added and/or updated
Before this pull request, the
main
branch was broken because joblib >= 1.3.0 is incompatible with the current civis-python codebase, thereby making the test suite unable to run at all on CI. This pull request caps joblib to< 1.3.0
so that themain
branch is back to a healthy state for CI builds so as to not block other dev work onmain
.Note that this pull request does not fully address the linked, internal ticket CIVIS-6486 (which has the goal of making civis-python compatible with joblib >= 1.3.0, something we aren't prioritizing at the moment), but is related to it.
Resolves #468.
CHANGELOG.md
at the repo's root level