Dan Ryan
ff4c8b0d5c
Update vendored deps
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-04-18 13:50:48 -04:00
Dan Ryan
6c62d23cfc
Merge pull request #3463 from AdamGold/bugfix/catch-command-errors
...
conservative check for known exceptions in subprocess stderr.
2019-04-02 19:45:21 -04:00
Adam Goldschmidt
2d75f1af53
feat: 🎸 Add prettify_exc method to handle known errors
...
catch known errors in stderr and display them correctly
2019-04-02 15:49:32 +03:00
Adam Goldschmidt
f52abe32bc
add behavior rst
2019-04-02 15:48:31 +03:00
Adam Goldschmidt
3fe5061682
conservative check for known exceptions in subprocess stderr.
2019-04-02 15:48:31 +03:00
Frost Ming
8aa9283fda
Merge pull request #3386 from pypa/improve-message
...
Decouple project from the existence of Pipfile.
2019-04-01 16:46:26 +08:00
frostming
09e1d55bee
Refine the news entry
2019-04-01 12:58:29 +08:00
frostming
08b35715c0
merge branch 'master'
2019-04-01 12:52:42 +08:00
Dan Ryan
4db6d70a2e
Merge pull request #3555 from 0mp/patch-2
...
Add FreeBSD installation instructions
2019-03-29 20:50:55 -04:00
Dan Ryan
4a62871d9c
Merge branch 'master' into patch-2
2019-03-29 20:50:49 -04:00
Dan Ryan
1b865647a1
Merge pull request #3645 from jayvdb/test_specific_package_environment_markers
...
Avoid using requests in tests
2019-03-29 20:50:14 -04:00
Dan Ryan
6af815fb92
Merge branch 'master' into test_specific_package_environment_markers
2019-03-29 20:50:02 -04:00
Dan Ryan
b03a594590
Merge pull request #3304 from pypa/feature/keep-outdated-peep
...
Full implementation of `--keep-outdated`
2019-03-29 20:49:12 -04:00
Dan Ryan
1b84c6b303
Merge branch 'master' into feature/keep-outdated-peep
2019-03-29 19:17:06 -04:00
Frost Ming
43e9e663aa
Merge pull request #3643 from NicholasSurmava/toml-docs-update
...
added the TOML Spec link to the documentation
2019-03-27 12:47:33 +08:00
Tzu-ping Chung
ebe89b24f2
Merge branch 'master' into toml-docs-update
2019-03-26 11:08:24 +08:00
Tzu-ping Chung
5c8e00acfb
Rename 3629.docs.rst to 3629.doc.rst
2019-03-26 11:08:12 +08:00
Frost Ming
ffd5784193
Merge pull request #3648 from pypa/rename-news
...
rename news file
2019-03-26 09:53:26 +08:00
Frost Ming
0f1e2ed9bd
rename news file
2019-03-25 21:32:21 +08:00
Dan Ryan
ea9129a2c6
Merge branch 'master' into feature/keep-outdated-peep
2019-03-25 09:24:02 -04:00
Dan Ryan
07e41ccb83
Merge pull request #3601 from pypa/bugfix/2747
...
Port #3263 with updates
2019-03-25 09:23:24 -04:00
NicholasSurmava
90e31f3162
Merge branch 'toml-docs-update' of https://github.com/NicholasSurmava/pipenv into toml-docs-update
2019-03-25 06:48:04 -05:00
NicholasSurmava
b18444b67e
added docs change to the news feed 3629.docs
2019-03-25 06:46:13 -05:00
Nicholas Surmava
fa3dbb61c3
Merge branch 'master' into toml-docs-update
2019-03-25 06:44:52 -05:00
Dan Ryan
c7b2a522ce
Merge branch 'master' into feature/keep-outdated-peep
2019-03-25 01:05:45 -04:00
Dan Ryan
036aed0cec
Merge branch 'master' into bugfix/2747
2019-03-25 01:02:23 -04:00
Dan Ryan
778f6cc861
Merge pull request #3627 from pypa/update-pip
...
Update pip to version 19.0.3
2019-03-25 01:01:50 -04:00
Dan Ryan
4cc36083f1
Clean up old code
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-03-25 00:13:02 -04:00
Dan Ryan
d937050884
Update pip patch
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-03-24 23:30:13 -04:00
Mateusz Piotrowski
5771d942e4
Merge branch 'master' into patch-2
2019-03-24 22:25:17 +01:00
John Vandenberg
1d87a6aff7
Avoid using requests in tests
...
test_specific_package_environment_markers using requests
fails when requests is pre-installed via PYTHONPATH.
Closes https://github.com/pypa/pipenv/issues/3644
2019-03-25 03:11:48 +07:00
Dan Ryan
92010826c8
Erm, remove verbose mode from tests
...
Signed-off-by: Dan Ryan <dan.ryan@xyleminc.com >
2019-03-24 15:58:10 -04:00
Dan Ryan
32e918fd46
Don't print extra strings to stdout
...
Signed-off-by: Dan Ryan <dan.ryan@xyleminc.com >
2019-03-24 14:49:15 -04:00
Dan Ryan
7ccaa3c75f
Unlink file instead of calling non-existent delete function
...
Signed-off-by: Dan Ryan <dan.ryan@xyleminc.com >
2019-03-24 14:07:34 -04:00
Dan Ryan
6971468f02
Write resolution results to temp json file instead of stdout
...
Signed-off-by: Dan Ryan <dan.ryan@xyleminc.com >
2019-03-24 13:10:17 -04:00
Dan Ryan
a960990103
fix double declaration of kwarg
...
Signed-off-by: Dan Ryan <dan.ryan@xyleminc.com >
2019-03-23 22:36:03 -04:00
Dan Ryan
4a0b2b759a
monkeypatch shutil.rmtree for tests
...
Signed-off-by: Dan Ryan <dan.ryan@xyleminc.com >
2019-03-23 21:59:44 -04:00
Dan Ryan
4bd02aa6cc
Fix temporary directory cleanup
...
Signed-off-by: Dan Ryan <dan.ryan@xyleminc.com >
2019-03-23 17:38:20 -04:00
Nicholas Surmava
2248222c14
added the TOML Spec link to the documentation
2019-03-23 13:45:24 -05:00
Dan Ryan
4f34b7c0d2
Update vistir to fix permissionerrors
...
Signed-off-by: Dan Ryan <dan.ryan@xyleminc.com >
2019-03-22 20:27:52 -04:00
Dan Ryan
7d8f517229
Try ditching pip_src_dir in tests
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-03-21 22:05:32 -04:00
Dan Ryan
b77f6cfa95
Point at new pip-tools version in patched file
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-03-21 01:17:09 -04:00
Dan Ryan
c5729523ee
Update vistir to rely on new rmtree logic
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-03-21 01:16:42 -04:00
Dan Ryan
a63fd73de8
Fix azure pipelines invocation
...
Signed-off-by: Dan Ryan <dan.ryan@xyleminc.com >
2019-03-20 22:31:35 -04:00
Dan Ryan
383020a720
Update test runners and fix resolver colorama calls
...
Signed-off-by: Dan Ryan <dan.ryan@xyleminc.com >
2019-03-20 22:24:13 -04:00
Dan Ryan
429a7bc2b7
Colorama wrap stream
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-03-20 21:45:39 -04:00
Dan Ryan
5e2ab186d7
Update resolver to fix tempdir usage
...
- Fix piptools patch
- Fix windows ansi/colorama implementation
- Write output even if no newline is found during resolution
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-03-20 20:38:15 -04:00
Dan Ryan
fa31b64f37
Update vendored piptools and pip versions
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-03-20 12:15:00 -04:00
Dan Ryan
00e8685be9
update pip shims
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-03-20 00:24:10 -04:00
Dan Ryan
1ebebcd7bb
Update piptools
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-03-20 00:04:23 -04:00