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

2758 commits

Author SHA1 Message Date
Donald Stufft e8b997d285 Merge pull request #1764 from dstufft/more-travis-cleanups
Move Travis Clean up
2014-04-26 12:57:44 -04:00
Donald Stufft b5819489b2 Remove a chown for ~/.distlib 2014-04-26 12:26:49 -04:00
Donald Stufft a2558145cb Remove .travis/py34.sh because it has been rolled into .travis/install.sh 2014-04-26 12:22:23 -04:00
Donald Stufft b56c0eec40 Merge pull request #1756 from evvers/completion-cmd-consistensy
Make 'completion' help output consistent with other commands
2014-04-26 12:18:57 -04:00
Paul Moore 7aaedd57ff Merge pull request #1745 from RobberPhex/develop
delete read-only file in Windows
2014-04-26 17:16:15 +01:00
Donald Stufft 7e79099e33 Merge pull request #1763 from dstufft/refactor-travis-install
Refactor travis install logic to move it into a shell script
2014-04-26 02:01:18 -04:00
Donald Stufft 31fc943a98 Refactor travis install logic to move it into a shell script 2014-04-26 01:44:12 -04:00
Marcus Smith 5adf82b7e7 consistent location for new build interface docs 2014-04-25 22:20:53 -07:00
Donald Stufft fe29c3991f Merge pull request #1761 from dstufft/parallize-pypy
Parallelize running tests with pytest-xdist
2014-04-26 01:17:00 -04:00
Donald Stufft 8d9041446f Refactor the Travis running into a shell command 2014-04-26 00:56:42 -04:00
Donald Stufft 79bda14bed pytest-xdist and Python 3.2 do not get along 2014-04-26 00:32:27 -04:00
Donald Stufft ea8d16d7f4 Use a tarball because it's faster than cloning a repository 2014-04-26 00:19:48 -04:00
Donald Stufft 4c028186ac Parallelize running tests with pytest-xdist
We've had a number of problems with pytest-xdist, primarily on
Python 3.x where we had intermittent failure. However we're also
getting intermittent failures on Travis due to how long the tests
actually take to run. Given two different intermittent failures
it seems that the one that runs faster should be preferred.
2014-04-26 00:06:18 -04:00
Marcus Smith 77e889a89b Merge pull request #1760 from qwcode/empty_dirs_develop
port #1743 to develop
2014-04-25 16:23:19 -07:00
Marcus Smith 04b3dc8eb8 pep8 fixes 2014-04-25 14:42:14 -07:00
Marcus Smith ebe2465635 merge 1.5.X to empty_dirs_develop 2014-04-25 14:08:40 -07:00
Marcus Smith b8cdee6bf6 Merge pull request #1759 from alex/patch-3
Use the real URL, raw.github is just a redirect these days
2014-04-25 13:01:51 -07:00
Alex Gaynor 690ce3e839 Use the real URL, raw.github is just a redirect these days
And some tools don't follow redirects by default.
2014-04-25 12:58:51 -07:00
Marcus Smith 7f355a64b5 Merge pull request #1743 from qwcode/empty_dirs
don't install empty dirs during wheel installs
2014-04-25 11:58:31 -07:00
Matthew Iversen 0fffb402e4 Merge branch 'duplicate_consumers' into develop
Conflicts:
	CHANGES.txt
2014-04-25 18:29:18 +10:00
Donald Stufft b18d154929 Merge pull request #1751 from dstufft/upgrade-colorama
Upgrade colorama to 0.3.1
2014-04-24 17:26:44 -04:00
Donald Stufft 1370c27a9b Upgrade colorama to 0.3.1 2014-04-24 13:37:32 -04:00
Donald Stufft 2486d66150 Merge pull request #1754 from alex/patch-3
Use a smaller repository in the tests for speed.
2014-04-24 13:36:25 -04:00
Donald Stufft 37ded088cc Merge pull request #1752 from dstufft/upgrade-setuptools
Upgrade bundled pkg_resources and _markerlib to 3.4.4
2014-04-24 12:27:39 -04:00
Donald Stufft 830440d338 Merge pull request #1691 from dstufft/upgrade-six
Fix #1643 - Upgrade six to 1.6.1
2014-04-24 11:27:43 -04:00
Alex Gaynor a46515eb87 Use a smaller repository in the tests for speed.
Refs #1721
2014-04-24 07:48:51 -07:00
Donald Stufft 526a11fe92 Merge pull request #1750 from dstufft/upgrade-distlib
Upgrade pip._vendor.distlib to 0.1.8
2014-04-24 09:41:43 -04:00
Donald Stufft ba6a08bceb Upgrade bundled pkg_resources and _markerlib to 3.4.4 2014-04-24 08:20:25 -04:00
Eugene Vereshchagin 346c2f12d1 Make 'completion' consistent with other commands
Now help output of completion command consistent with
other commands (i.e. there is a 'Completion Options'
section at help output).
2014-04-24 16:10:40 +04:00
Donald Stufft 5d26bddd81 Upgrade pip._vendor.distlib to 0.1.8 2014-04-24 07:49:06 -04:00
Marcus Smith 79408cbc6f use copy2, not move, to ensure dirs are not copied 2014-04-23 13:08:07 -07:00
Matthew Iversen 11e928a7df Add changelog for this PR 2014-04-23 23:05:37 +10:00
Matthew Iversen c854973beb Use pytest monkeypatching for sys.platform 2014-04-23 22:54:39 +10:00
RobberPhex 8a86fd3ced Fix a PEP8 error 2014-04-23 13:42:42 +08:00
Marcus Smith b542c9906b move directory creation below the file filtering 2014-04-22 16:09:04 -07:00
Jannis Leidel e1e02ac002 Yes yes yes. 2014-04-22 15:07:52 -07:00
Jannis Leidel 3f24ba887d Use the deadsnakes PPA for a not so dead snake (3.4). 2014-04-22 15:07:41 -07:00
Marcus Smith 5ff772d774 a teardown that pytest recognizes 2014-04-22 13:09:13 -07:00
RobberPhex f355623a70 rmtree_errorhandler will delete read-only file 2014-04-23 02:28:37 +08:00
Marcus Smith b274b85f96 don't install empty dirs during wheel installs 2014-04-21 23:07:25 -07:00
Matt Iversen 6ecad6df1d Merge pull request #1722 from Ivoz/backcompat_cleanup
Backcompat cleanup
2014-04-21 12:19:41 +10:00
Matthew Iversen 699bd996ec Fix pep8 2014-04-21 12:15:36 +10:00
Guy Rozendorn d326d60724 speeding up test_uninstall_editable_with_source_outside_venv by using pip-test-package instead of virtualenv
before:
1 passed, 12 deselected in 218.41 seconds

after:
1 passed, 12 deselected in 3.42 seconds
2014-04-21 12:14:39 +10:00
Matt Iversen a0189e7dba Merge pull request #1725 from Ivoz/unlowercase_commands
Stop trying to lowercase commands, it never worked anyway
2014-04-18 20:55:10 +10:00
Matthew Iversen 81932c2238 Add changelog 2014-04-18 20:53:22 +10:00
Matthew Iversen 000a59d8ee Stop trying to lowercase commands, it wasn't working anyway 2014-04-18 20:51:19 +10:00
Matt Iversen 9539ce21cb Merge pull request #1726 from Ivoz/speedup_test_editable
Use pip-test-package instead of virtualenv
2014-04-18 16:33:49 +10:00
Matt Iversen 4b70070cc3 Merge pull request #1700 from esc/feature/syntax_fix
slightly more pythonic syntax for iterating over line numbers
2014-04-18 07:01:36 +10:00
Matt Iversen b99065a636 Merge pull request #1701 from Ivoz/gitignore
Clean up gitignore
2014-04-17 11:55:03 +10:00
Matthew Iversen 9cb0ea294a Add tests, improve code addition 2014-04-17 08:42:41 +10:00