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

ci: add requests compatiblity check #312

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

tdstein
Copy link
Collaborator

@tdstein tdstein commented Oct 15, 2024

No description provided.

Copy link

github-actions bot commented Oct 15, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1165 1116 96% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 20a9244 by action🐍

@tdstein tdstein force-pushed the tdstein/requests-compat branch 3 times, most recently from 5ef29e8 to 20a9244 Compare October 15, 2024 15:05
- '2.2.0'
- '2.1.0'
- '2.0.1'
- '2.0.0'
Copy link
Collaborator

Choose a reason for hiding this comment

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

This feels like overkill. Why not just test on 2.0.0, and if we find that we need to add a specific version later, we can?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

You're probably right. This is just an attempt at understanding where things break. This latest commit is broken, but if you look here, you will see that things break starting with 2.27.1 and earlier. This issue stems from how we are catching errors in the hooks module.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah, clever

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.

2 participants