1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
James Polley 6d719576e8 Handle missing case from bug #2888
If a single package is listed as a constraint; is a dependency of a
package being installed; *and* is already installed, we end up
processing it multiple times. This change adds a new "prepared" flag
which we set the first time the package is processed, to prevent
multiple handling.

Fixes bug #2888
2015-06-19 15:21:02 +10:00
..
data Issue #2675: Granular control over wheels/sdists 2015-04-24 08:52:48 +12:00
functional Handle missing case from bug #2888 2015-06-19 15:21:02 +10:00
lib Don't install wheel 2015-05-22 19:57:57 -04:00
scripts Move from pip.compat.* to six.moves.* for urllib related stuff 2014-09-11 18:40:45 -04:00
unit Issue #2731: Constraints files. 2015-06-03 06:38:33 +12:00
__init__.py Port to Python3 2011-03-15 15:49:48 -04:00
conftest.py Only delete the user cache if it's populated 2015-05-13 18:11:19 -04:00