Commit Graph

6 Commits

Author SHA1 Message Date
Donald Stufft 95bcf8c5f6 Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
Pradyun S. Gedam 1832569530 Sort all imports 2017-05-16 15:47:47 +05:30
Xavier Fernandez 872341d0be check: simplify code
No need to have the version in the key
2016-11-14 00:44:01 +01:00
Xavier Fernandez b5f56efde5 check: check and use all available distributions
Not only the local ones.
Fix #4083
2016-11-04 17:40:48 +01:00
Pradyun S. Gedam 8b4ebc1ee5 Improve UX and tests of check command
This should really be 3 atomic commits but I'm short on time.

- Prints a message on clean environment
- Marked tests as network based
- Added helper that matches lines irrespective of order.
2016-06-26 19:53:38 +05:30
Wilfred Hughes 76c356151a Add a `pip check` command.
This command ensures that all packages installed have all the
requirements they need, and that requirements have compatible
versions. This is useful because pip can install incompatible
dependencies[1], or a user may have manually (un)installed a
package.

[1] https://github.com/pypa/pip/issues/775
2015-03-07 22:02:47 -08:00