Dan Ryan
3b93076aa5
Only tweak workon_home if PIPENV_VENV_IN_PROJECT
...
* Otherwise we probably wont find the right virtualenv with pew
2017-10-13 18:47:51 -04:00
Dan Ryan
51a82b4cae
Fix import failures using pew and psutil
...
* Borrow the temp_environ context manager from pew
* This avoids importing it which breaks on windows
2017-10-13 18:33:14 -04:00
Dan Ryan
0ea6244660
Shells with PIPENV_IGNORE_VIRTUALENVS on win
...
* Allow PIPENV_IGNORE_VIRTUALENVS to work with pipenv shell
* Fixes #894
2017-10-13 03:25:08 -04:00
Nate Prewitt
bd697b70e3
Merge pull request #889 from k4nar/fix-887
...
Don't lock VCS dependencies not listed in the Pipfile
2017-10-12 21:55:39 -07:00
Nate Prewitt
6ae362b6e8
v8.2.7
v2.8.7
v8.2.7
2017-10-12 19:57:37 -07:00
Yannick PEROUX
cd0000011a
Fix #887
2017-10-12 17:21:36 +02:00
Yannick PEROUX
9b8c86481c
Add regression tests for #887
2017-10-12 17:21:36 +02:00
Nate Prewitt
8685ba80d7
Merge pull request #868 from techalchemy/add-pipenv-zipfile-install-test
...
Introduces a test for PR #818 and issue #817 local sdists
2017-10-11 20:52:36 -07:00
Dan Ryan
e12002bcc8
Update tablib to pypi sourced blob
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2017-10-11 23:28:52 -04:00
Dan Ryan
ac33b55a64
Add zip artifact and comments
2017-10-11 19:30:38 -04:00
Dan Ryan
41bb96219a
Merge branch 'master' into add-pipenv-zipfile-install-test
2017-10-11 18:51:17 -04:00
Nate Prewitt
855063902c
Merge pull request #872 from joshfriend/latest-3.6
...
Latest Python 3.6.x is 3.6.3
2017-10-10 07:51:50 -07:00
Josh Friend
50402b018c
Latest Python 3.6.x is 3.6.3
2017-10-10 08:15:33 -04:00
Nate Prewitt
81fe4dc21f
Merge pull request #863 from and800/master
...
fix installing with compatible release specifier
2017-10-09 18:45:43 -07:00
Dan Ryan
5dd38a1838
Introduces a test for PR #818 and issue #817 local sdists
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2017-10-09 21:03:26 -04:00
Nate Prewitt
cdb08e60c5
Merge pull request #867 from kennethreitz/remove_pathlib
...
remove unused vendored pathlib
2017-10-09 14:54:16 -07:00
Nate Prewitt
6c94ac41c9
remove unused vendored pathlib
2017-10-09 11:07:38 -07:00
Andriy Maletsky
8c48266e37
fix installing with compatible release specifier
2017-10-09 13:18:26 +03:00
Nate Prewitt
a17ada981c
Merge pull request #855 from JackDanger/jack/set-timeout-on-fetching-warehouse-hashes
...
set timeout on fetching warehouse hashes
2017-10-08 12:45:11 +02:00
Jack Danger
7fdd9371e7
removing now-extraneous pass statement
2017-10-07 21:51:22 -07:00
Jack Danger
331d06605e
set timeout on fetching warehouse hashes
2017-10-07 21:33:46 -07:00
kennethreitz
2f69f83903
Merge pull request #845 from therefromhere/rebuild-man
...
Typo fix + rebuild man
2017-10-07 09:47:34 -04:00
kennethreitz
e3124b9d27
Merge pull request #846 from techalchemy/add-utils-vcs-test
...
Add vcs tests to account for changes in #807
2017-10-07 09:47:02 -04:00
kennethreitz
a4551e6eb7
Merge pull request #849 from auscompgeek/use-max-not-sorted
...
cli: Use max() to determine latest version
2017-10-07 09:45:49 -04:00
David Vo
61290abbb3
cli: Use max() to determine latest version
...
This uses the max() builtin to determine the latest pipenv version
instead of sorting the available versions and taking the last version.
This is clearer, idiomatic, and avoids the need for intermediate lists.
2017-10-07 21:23:58 +11:00
Dan Ryan
946e16653b
Add vcs tests to account for changes in #807
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2017-10-07 00:48:57 -04:00
John Carter
da4bfb9fae
make man after recent doc tweaks ( 5425e0f, 3b99b14a, 16c25323 etc)
2017-10-07 11:39:31 +13:00
John Carter
5425e0f52c
Spelling typo fix
2017-10-07 09:44:24 +13:00
kennethreitz
a15fa58de0
Merge pull request #842 from vphilippon/fix-resolving-stabilisation-on-markers
...
Reset the InstallRequirement.prepared attribute when yeilding dependencies
2017-10-06 13:06:52 -04:00
Vincent Philippon
e821cbb194
Reset the InstallRequirement.prepared attribute when yeilding dependencies
...
Fixes #839
This well ensure the dependencies are well-fetched on the next iteration
too.
2017-10-06 12:49:35 -04:00
kennethreitz
83e29b8860
dry run was backwards
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-10-06 10:20:24 -04:00
kennethreitz
4749985b0b
fix for --dry-drun
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-10-06 10:19:19 -04:00
kennethreitz
f5923ed75f
next version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-10-06 10:08:15 -04:00
kennethreitz
8b1392eab4
history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-10-06 10:07:59 -04:00
kennethreitz
0444a2d5a0
fix py2toml with dashes
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-10-06 10:07:42 -04:00
kennethreitz
a5d29418c0
better cleanup_toml
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-10-06 10:02:53 -04:00
kennethreitz
73574898de
cleanup_toml
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-10-06 09:59:28 -04:00
kennethreitz
3173479359
history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-10-06 09:50:24 -04:00
kennethreitz
3615536fe4
Merge pull request #835 from techalchemy/bugfix/git-ssh-vcs-url
...
Bugfix/git ssh vcs url
2017-10-06 09:49:44 -04:00
kennethreitz
31ed29dd8b
history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-10-06 09:44:43 -04:00
kennethreitz
25c83b9962
Merge pull request #833 from vphilippon/update-piptools-wheel-bugfix
...
Updating the patched pip-tools with the wheel dependency bugifx.
2017-10-06 09:44:04 -04:00
Dan Ryan
c8db3a501b
Remove URL reformatter
2017-10-04 23:41:24 -04:00
Dan Ryan
fc2bb6b9cc
Remove extra whitespace
2017-10-04 23:39:47 -04:00
Erin O'Connell
9d13f53fdc
Merge pull request #830 from krismolendyke/fix-check-unused-test
...
Add check unused test for mapped package name
2017-10-04 21:39:46 -06:00
Dan Ryan
13e9e6dd7c
Modify Requirement objects using git over ssh
...
* Fix Requirement objects that use git+git@host:user/repo.git syntax
* Requirements are not natively being recognized as VCS requirements
* This converts them to VCS by moving req.path to req.uri and adding
* Adds req.vcs flag
* Remove some redundancies from project package filtering
* Fixes #788 (Maybe) -- see discussion in the issue
2017-10-04 23:38:04 -04:00
Vincent Philippon
988af6a109
Updating the patched pip-tools with the wheel dependency bugifx.
...
Aligned with pip-tools commit ef0aa2d62bd5499b328e5f3c9b26130d07be16dd
plus pipenv patching.
2017-10-04 17:00:07 -04:00
Kris
aa733275d2
Add check unused test for mapped package name
2017-10-04 14:32:12 -04:00
kennethreitz
312363f699
Merge branch 'master' of github.com:kennethreitz/pipenv
2017-10-04 10:41:31 -04:00
kennethreitz
7b0b3cae41
next version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-10-04 10:41:20 -04:00
kennethreitz
6889780eb2
Merge pull request #818 from techalchemy/non-editable-file-fix
...
Fix install for local sdist packages
2017-10-04 10:41:00 -04:00