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

2748 commits

Author SHA1 Message Date
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
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
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
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
Matthew Iversen 90762719a2 Use pip-test-package instead of virtualenv 2014-04-16 13:27:00 +10:00
Matthew Iversen 0988989d5c Clean up gitignore 2014-04-16 09:13:24 +10:00
Matthew Iversen da867b1d20 Skip adding a duplicated consumer to pip's logger 2014-04-16 09:07:21 +10:00
Matthew Iversen 5d30c43fff Add back user_site for locations and util 2014-04-16 07:59:56 +10:00
Matthew Iversen bcc1a4018c Move site.USER_SITE and sysconfig out of backwardcompat
2.6 always has these now :D
2014-04-16 06:13:08 +10:00
Matthew Iversen eb7e570b0b Remove product reimplementation - unused
No longer needed from 2.6 up (in itertools)
2014-04-16 06:12:57 +10:00
Marcus Smith 7bda9c3e6f Merge pull request #1711 from qwcode/get-pip_options
Document using get-pip options
2014-04-09 16:59:26 -07:00
Marcus Smith 530fc97193 break out the examples so we can add a qualifying footnote for --user installs 2014-04-09 16:53:52 -07:00
Marcus Smith 0867816811 get-pip.py option examples 2014-04-08 22:57:22 -07:00
Florian Briand 4691a9e8b7 Fix conjugation and line length 2014-04-08 22:38:23 -07:00