Skip to content

Conversation

@andrewslotin
Copy link

This PR addresses multiple issues that cause tests to fail on CI:

  • moto has released version 2.0, that is incompatible with Python 2.7. The library version is now locked to the latest 1.3 release
  • google-cloud-storage has added mtls support in 1.36.0. I've updated the HTTP request session mock to address this change
  • rsa has dropped support for Python 2.7 as of version 4.6. The test suite now uses a separate requirements list for this Python version, where rsa is locked to v4.5
  • Python 3 builds now use the latest version of pip to avoid building cryptography (requires Rust compiler)

Copy link
Contributor

@manojpandey manojpandey left a comment

Choose a reason for hiding this comment

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

Sounds good to me, thanks @andrewslotin !

@andrewslotin andrewslotin force-pushed the lock_dependency_versions branch from bcb7641 to cc7c99c Compare March 1, 2021 16:03
@andrewslotin andrewslotin merged commit 6a4d4f0 into master Mar 1, 2021
@andrewslotin andrewslotin deleted the lock_dependency_versions branch March 1, 2021 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants