1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
Robert Collins bb0b429a49 Issue #2731: Constraints files.
This adds constraints files. Like requirements files constraints files
control what version of a package is installed, but unlike
requirements files this doesn't itself choose to install the package.
This allows things that aren't explicitly desired to be constrained if
and only if they are installed.
2015-06-03 06:38:33 +12:00
..
data Issue #2675: Granular control over wheels/sdists 2015-04-24 08:52:48 +12:00
functional Issue #2731: Constraints files. 2015-06-03 06:38:33 +12: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