1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

18 commits

Author SHA1 Message Date
Pradyun Gedam 353a13ddff
isort: Include trailing commas 2017-11-21 13:23:59 +05:30
Pradyun Gedam c81e8ac105 Normalize case before comparing (#4770) 2017-10-07 13:15:06 +01:00
Donald Stufft 95bcf8c5f6 Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
Pradyun S. Gedam 72b91cc109 Address review comments 2017-06-14 10:13:04 +05:30
Pradyun S. Gedam 61b18df5ab 🎨 2017-06-14 10:13:04 +05:30
Pradyun S. Gedam 26c5f12a92 Add a test for compressed_listing 2017-06-14 10:13:04 +05:30
Pradyun S. Gedam 9923c1ad7e Sort imports and minor Flake8 changes (#4520)
* Run isort on the codebase

Command: isort --recursive --skip __main__.py --skip _vendor -o pip._vendor -sd THIRDPARTY -m 5 -p pip -p tests ./pip ./tests

* 📰
2017-06-13 14:17:00 +02:00
Pradyun S. Gedam 1832569530 Sort all imports 2017-05-16 15:47:47 +05:30
Xavier Fernandez b559221ee1 Move uninstall file selection logic to req_uninstall.py 2016-11-20 13:04:14 +01:00
Jakub Wilk 6dc28c1b31 Fix typos 2016-06-10 21:29:43 +02:00
Xavier Fernandez 57ea6dd8b1 Fix TestUninstallPathSet.test_add 2016-01-17 22:40:46 +01:00
Xavier Fernandez 02b8c98970 Fix test_compact_shorter_path 2016-01-17 22:40:46 +01:00
Marcus Smith 0d8933ced6 normalize the head to resolve parent directory symlinks, but not the tail 2015-10-03 09:17:26 -07:00
Thomas Kluyver b5d84a0dba Fix monkeypatching of is_local() 2015-03-20 16:18:43 -07:00
Thomas Kluyver 94c63a78c1 Fix pep8 in tests again 2015-03-20 16:18:33 -07:00
Thomas Kluyver 068dfd7bd9 Simplify tests using pytest fixtures 2015-03-20 16:09:34 -07:00
Thomas Kluyver 7034545111 Make pep8 linter happy 2015-03-19 09:35:53 -07:00
Thomas Kluyver 9f66f31d42 Add tests for UninstallPathSet 2015-03-18 17:37:24 -07:00