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

fixed incorrect exception chaining for dependency conflict #4577

Closed
wants to merge 2 commits into from

Conversation

sanderr
Copy link
Contributor

@sanderr sanderr commented Jul 20, 2022

Description

See https://docs.python.org/3/tutorial/errors.html#exception-chaining

closes #4573

Self Check:

Strike through any lines that are not applicable (~~line~~) then check the box

  • Attached issue to pull request
  • Changelog entry
  • Type annotations are present
  • Code is clear and sufficiently documented
  • No (preventable) type errors (check using make mypy or make mypy-diff)
  • Sufficient test cases (reproduces the bug/tests the requested feature)
  • Correct, in line with design
  • End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )

Reviewer Checklist:

  • Sufficient test cases (reproduces the bug/tests the requested feature)
  • Code is clear and sufficiently documented
  • Correct, in line with design

@sanderr sanderr requested a review from FloLey July 20, 2022 11:49
@sanderr
Copy link
Contributor Author

sanderr commented Jul 20, 2022

@FloLey all right if I leave the merging of this PR to you?

@FloLey FloLey added the merge-tool-ready This ticket is ready to be merged in label Jul 20, 2022
@inmantaci
Copy link
Contributor

Processing this pull request

inmantaci pushed a commit that referenced this pull request Jul 20, 2022
…tion (PR #4577)

# Description

See https://docs.python.org/3/tutorial/errors.html#exception-chaining

closes #4573

# Self Check:

Strike through any lines that are not applicable (`~~line~~`) then check the box

- [ ] Attached issue to pull request
- [ ] Changelog entry
- [ ] Type annotations are present
- [ ] Code is clear and sufficiently documented
- [ ] No (preventable) type errors (check using make mypy or make mypy-diff)
- [ ] Sufficient test cases (reproduces the bug/tests the requested feature)
- [ ] Correct, in line with design
- [ ] End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )

# Reviewer Checklist:

- [ ] Sufficient test cases (reproduces the bug/tests the requested feature)
- [ ] Code is clear and sufficiently documented
- [ ] Correct, in line with design
@inmantaci
Copy link
Contributor

Merged into branches master in 7e74376

inmantaci pushed a commit that referenced this pull request Jul 20, 2022
…tion (PR #4577)

# Description

See https://docs.python.org/3/tutorial/errors.html#exception-chaining

closes #4573

# Self Check:

Strike through any lines that are not applicable (`~~line~~`) then check the box

- [ ] Attached issue to pull request
- [ ] Changelog entry
- [ ] Type annotations are present
- [ ] Code is clear and sufficiently documented
- [ ] No (preventable) type errors (check using make mypy or make mypy-diff)
- [ ] Sufficient test cases (reproduces the bug/tests the requested feature)
- [ ] Correct, in line with design
- [ ] End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )

# Reviewer Checklist:

- [ ] Sufficient test cases (reproduces the bug/tests the requested feature)
- [ ] Code is clear and sufficiently documented
- [ ] Correct, in line with design
@inmantaci inmantaci closed this Jul 20, 2022
@inmantaci inmantaci deleted the issue/4573-dependency-conflict-type-error branch July 20, 2022 14:44
@inmantaci
Copy link
Contributor

Processing #4580.

inmantaci pushed a commit that referenced this pull request Jul 20, 2022
…tion (PR #4577)

Pull request opened by the merge tool on behalf of #4577
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-tool-ready This ticket is ready to be merged in
Projects
None yet
Development

Successfully merging this pull request may close these issues.

type error when installing with conflicting dependencies
3 participants