File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/pip/_internal/resolution/resolvelib Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,6 @@ follows:
160
160
explicit URL.
161
161
* If equal, prefer if any requirement is "pinned", i.e. contains
162
162
operator `` === `` or `` == `` .
163
- * If equal, calculate an approximate "depth" and resolve requirements
164
- closer to the user-specified requirements first.
165
163
* Order user-specified requirements by the order they are specified.
166
164
* If equal, prefers "non-free" requirements, i.e. contains at least one
167
165
operator, such as `` >= `` or `` < `` .
Original file line number Diff line number Diff line change @@ -122,10 +122,6 @@ def get_preference(
122
122
explicit URL.
123
123
* If equal, prefer if any requirement is "pinned", i.e. contains
124
124
operator ``===`` or ``==``.
125
- * If equal, calculate an approximate "depth" and resolve requirements
126
- closer to the user-specified requirements first. If the depth cannot
127
- by determined (eg: due to no matching parents), it is considered
128
- infinite.
129
125
* Order user-specified requirements by the order they are specified.
130
126
* If equal, prefers "non-free" requirements, i.e. contains at least one
131
127
operator, such as ``>=`` or ``<``.
You can’t perform that action at this time.
0 commit comments