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 #4547

Merged
merged 1 commit into from Jul 20, 2023
Merged

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

merged 1 commit into from Jul 20, 2023

Conversation

noliveleger
Copy link
Contributor

@noliveleger noliveleger commented Jul 20, 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)

@noliveleger noliveleger merged commit 0999bbf into beta Jul 20, 2023
4 checks passed
@noliveleger noliveleger deleted the ci-error-pip-sync branch July 20, 2023 15:03
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