Skip to content

Re-enable pipenv tests with Python 3.x#815

Merged
MikeMcQuaid merged 1 commit into
licensee:mainfrom
nozaq:fix-ci-pip
Mar 2, 2025
Merged

Re-enable pipenv tests with Python 3.x#815
MikeMcQuaid merged 1 commit into
licensee:mainfrom
nozaq:fix-ci-pip

Conversation

@nozaq

@nozaq nozaq commented Feb 28, 2025

Copy link
Copy Markdown
Collaborator

This PR re-enables pipenv tests with Python 3.x in the test matrix. They were previously failing because pyzmq, which was locked to an older version, caused an installation error.

This PR includes the following changes:

  • Update indirect dependencies in Pipfile.lock, upgrading pyzmq so it’s compatible with Python 3.x.
  • Explicitly add lazy-object-proxy to the Pipfile to ensure it isn’t accidentally removed in future updates. This dependency is required for the test cases to pass.
  • Add a missing assertion.

@MikeMcQuaid MikeMcQuaid left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks @nozaq!

@MikeMcQuaid MikeMcQuaid merged commit c6ce63b into licensee:main Mar 2, 2025
@nozaq nozaq deleted the fix-ci-pip branch March 2, 2025 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants