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

Bump pip-tools version to 7.x.x #888

Merged
merged 1 commit into from Jul 25, 2023
Merged

Bump pip-tools version to 7.x.x #888

merged 1 commit into from Jul 25, 2023

Conversation

noliveleger
Copy link
Contributor

@noliveleger noliveleger commented Jul 25, 2023

Description

Fixes broken GitHub CI Python unit tests because of conflicting version of pip and pip-tools.

Additional info

Error is

 ImportError: cannot import name 'DEV_PKGS' from 'pip._internal.commands.freeze'

CI installs pip 23.2 which is not supported by the version of pip-tools (6.x.x) frozen in YAML file.
Does not seem to affect Dockerfile in release/master branches because Python 3:10 docker image still comes with an older version of pip (i.e: 23.0.1)

Related issues

kobotoolbox/kpi#4547

@bufke bufke merged commit 3d2d402 into beta Jul 25, 2023
3 checks passed
@noliveleger noliveleger deleted the ci-error-pip-sync branch July 25, 2023 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants