-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
Resolver.constraints: Keep our_constraints before their_constraints #879
Conversation
aa55a1d
to
2d5d1ac
Compare
Added a test case. |
Not sure if this is the right solution, but this seems to fix jazzband#851, which was introduced when the `source_ireqs.sort(key=str)` operation was added in jazzband#837. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2d5d1ac
to
25d7aa4
Compare
Codecov Report
@@ Coverage Diff @@
## master #879 +/- ##
==========================================
- Coverage 99.05% 98.84% -0.22%
==========================================
Files 35 35
Lines 2231 2159 -72
Branches 285 285
==========================================
- Hits 2210 2134 -76
- Misses 13 15 +2
- Partials 8 10 +2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #879 +/- ##
==========================================
- Coverage 99.05% 99.05% -0.01%
==========================================
Files 35 35
Lines 2231 2230 -1
Branches 285 285
==========================================
- Hits 2210 2209 -1
Misses 13 13
Partials 8 8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andersk thank you! Much appreciated 👍 Let's wait for codecov report then and merge this if coverage is okay.
Cool—are we waiting for something other than the report posted above? |
There is a lack of two checks from codecov: coverage for the patch and the project. Codecov is glitching. Let's close and reopen issue. |
Coverage is fine 👍 |
|
Not sure if this is the right solution, but this seems to fix #851, which was introduced when the
source_ireqs.sort(key=str)
operation was added in #837.Cc: @jakevdp
Changelog-friendly one-liner: Try to fix resolution of requirements from Git URLs without -e.
Contributor checklist