Frost Ming
6873145116
Abort pipenv when pip install fails
2018-11-28 16:42:14 +08:00
Dan Ryan
feab1aed39
Fix failures from missing pipfile before install
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-20 11:27:31 -05:00
Dan Ryan
0bf7a48451
Make sure we actually create the pipfile
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-20 11:21:02 -05:00
Dan Ryan
f99de85ef7
Fix pipfile creation with unnamed project
...
- Fixes #3260
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-20 11:00:53 -05:00
Grey Baker
e04b84d36b
Fix parsing of outline tables
2018-10-09 23:10:47 +01:00
Dan Ryan
cd5cad30be
Refactor CLI for organization and simplicity
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-09-05 12:47:10 +08:00
Dan Ryan
5ae2433bcf
now does it work?
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-08-22 03:18:03 -04:00
Dan Ryan
d5836ed3b0
Just strip https from test mirror index
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-08-22 03:10:34 -04:00
Tzu-ping Chung
f711678537
Get virtualenv location from output
...
The Project class's implementation is a fucking mess. Avoid that.
2018-07-13 03:14:22 +08:00
Tzu-ping Chung
a5a9583c2d
Un-vendor Pew
2018-07-05 16:43:11 +08:00
kennethreitz
7588ca31cf
passing tests!
2018-07-03 23:23:20 -04:00
Dan Ryan
39a363b780
Update references to Path
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-27 22:28:31 -04:00
Tzu-ping Chung
eafc97590d
Fix docstrings that occurs in wrong places.
2018-06-25 00:55:42 +08:00
Dan Ryan
3bfab233f5
Unicode file data
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-24 00:10:36 -04:00
Dan Ryan
aa82db02f7
Update test with comments + minor tweak
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-23 20:32:20 -04:00
Dan Ryan
cf8fcfd8c6
Merge branch 'tests-16.0' of github.com:pypa/pipenv into tests-16.0
2018-06-23 20:28:36 -04:00
Dan Ryan
ef913b2148
Tests for #2273 and #2301
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-23 20:27:08 -04:00
Erin O'Connell
d6adc1efa5
test skipping requirements if there is a lockfile or package name is specified
2018-06-23 18:15:03 -06:00
Dan Ryan
b2f6932a13
Add tests for #2309
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-23 19:57:06 -04:00
Dan Ryan
6b8649f575
Add test for #1861
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-23 19:46:51 -04:00
Dan Ryan
c76b95db34
Add test for install -e
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-22 02:05:44 -04:00
Jacob Henner
af91eb68bb
Add support for PyPI mirrors
...
Adds support for the --pypi-mirror command line parameter and the
PIPENV_PYPI_MIRROR environment variable for most pipenv operations.
This permits pipenv to function without pypi.org, which is necessary for
users:
1. behind restrictive networks
2. facing strict artifact sourcing policies
3. experiencing poor performance connecting to pypi.org
4. who've configured a local cache for performance reasons
When specified, the value of this parameter replaces all instances of
pypi.org and pypi.python.org within pipenv operations without modifying
or requring the modification of Pipfiles.
- Resolves #2075
2018-06-07 18:24:18 -04:00
Tzu-ping Chung
0984bab787
Do not expand environ in cache on package install
...
Fix #2100 .
2018-05-05 01:04:36 +08:00
Tzu-ping Chung
4533e68bca
Move things around
2018-04-12 17:35:17 +08:00