Erin O'Connell
153f15847c
Merge pull request #893 from techalchemy/bugfix/windows-path-quoting
...
Add fix for windows paths
2017-10-17 22:54:24 -07:00
Erin O'Connell
898770e23a
Merge pull request #895 from techalchemy/bugfix/windows-ignore-venv-shell
...
Shells with PIPENV_IGNORE_VIRTUALENVS on win
2017-10-17 22:53:35 -07:00
Erin O'Connell
28cfe633c6
Merge pull request #918 from xsteadfastx/onbuild
...
Uses ONBUILD in Dockerfile to install deps while building
2017-10-17 22:43:58 -07:00
Erin O'Connell
53d9a407c7
Merge pull request #921 from berdario/master
...
Document Nix installation option
2017-10-17 22:42:28 -07:00
Nate Prewitt
20714789a7
Merge pull request #926 from krismolendyke/fix-file-deps
...
Fix pip file deps conversion
2017-10-17 19:40:45 -07:00
Kris
025972c792
Simplify test
2017-10-17 22:12:17 -04:00
Kris
0a48fa090e
Fix conversion of file deps
2017-10-17 16:57:43 -04:00
Kris
ccebde4e26
Add failing test
2017-10-17 16:54:33 -04:00
Dario Bertini
06182dda8b
Document Nix installation option
2017-10-17 00:52:44 +01:00
Marvin Steadfast
20ee4de8d3
Uses ONBUILD in Dockerfile to install deps while building
...
Copies `Pipfile` and `Pipefile.lock`, installs deps on building a docker
image using the official pipenv image.
2017-10-16 14:24:04 +02:00
Dan Ryan
aeafce54a6
Add tests for windows paths with spaces
2017-10-15 19:45:54 -04:00
Nate Prewitt
e6cf85061c
Merge pull request #906 from Luit/master
...
fix typo Pipenv.lock -> Pipfile.lock
2017-10-14 10:03:47 -07:00
Luit van Drongelen
04be7b6160
fix typo Pipenv.lock -> Pipfile.lock
2017-10-14 18:56:48 +02:00
Dan Ryan
26cd52bccc
Fix tests for windows venv nested shells
2017-10-14 03:07:20 -04:00
Dan Ryan
4fe1bf223c
Add enviroment context for compat shell
2017-10-14 03:06:59 -04:00
Dan Ryan
f7f16d1e3b
Add tests for nested venvs on windows
2017-10-13 23:50:49 -04:00
Dan Ryan
19f7056d2c
Use context managers for test environment vars
2017-10-13 20:34:01 -04:00
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
Nate Prewitt
d8d6219d9a
Merge pull request #901 from vphilippon/github-issue-template
...
Add a Github issue template.
2017-10-13 09:39:52 -07:00
Vincent Philippon
af368db219
Add a Github issue template.
...
That should give a helping hand to everyone.
2017-10-13 12:32:25 -04:00
Nate Prewitt
d9da6c32f0
Merge pull request #898 from K900/patch-2
...
Small typo fix
2017-10-13 07:12:00 -07:00
K900
d8b83c3e13
Small typo fix
...
Dep_d_endencies -> dependencies
2017-10-13 17:05:54 +03:00
Nate Prewitt
95b8a2e670
Merge pull request #896 from 5uper5hoot/docs-typo-fix
...
Update basics.rst
2017-10-13 07:05:49 -07:00
5uper5hoot
8ec409f902
Update basics.rst
...
Fix misspelling
2017-10-13 21:31:51 +11: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
Dan Ryan
1504d1fffb
Add fix for windwos paths
...
* Fixes #865
2017-10-12 17:44:40 -04: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