Commit Graph

6473 Commits

Author SHA1 Message Date
Frost Ming 8892166317 mistook Mapping 2019-08-03 11:18:17 +08:00
Frost Ming 7708cd8445 Pass lock options to outdated 2019-08-03 10:44:45 +08:00
Frost Ming f4b66a77eb Merge pull request #3868 from brettcannon/patch-2
Touch up sidebar
2019-07-27 15:57:17 +08:00
Frost Ming 4157b356ea Merge branch 'master' into patch-2 2019-07-27 13:13:54 +08:00
Frost Ming c385643dbb Merge pull request #3869 from pypa/update-virtualenv
Update virtualenv
2019-07-27 13:13:15 +08:00
Frost Ming dd32808bc5 Update virtualenv 2019-07-27 11:14:51 +08:00
Brett Cannon ac1983402e Touch up sidebar
- Make URLs HTTPS
- Modernize some links
- Remove a non-functioning iframe
- Make an image title more descriptive
2019-07-26 15:07:59 -07:00
kennethreitz 9208ec912f Update Dockerfile 2019-07-17 09:24:16 -04:00
Frost Ming 0237b84420 Merge pull request #3854 from pypa/fix-changelog
Fix towncrier template
2019-07-17 16:40:11 +08:00
frostming 98a612fc2f Fix towncrier template 2019-07-17 14:20:27 +08:00
Dan Ryan f7a357b575 Update vendor packages (#3853)
Update vendor packages
2019-07-17 01:22:44 -04:00
frostming 529ba1611d Add news 2019-07-17 12:25:50 +08:00
frostming 089bb57d7e Update vendor packages 2019-07-17 12:21:11 +08:00
Frost Ming 4f9a3a36ad Merge pull request #3850 from jlusk/master
change URL for GIF
2019-07-16 21:19:32 +08:00
jlusk 463820f5f0 change URL for GIF 2019-07-16 07:41:16 -04:00
Dan Ryan de54288be2 Merge pull request #3847 from pypa/output-3544
Eliminate duplicate error outputs.
2019-07-15 20:35:48 -04:00
Dan Ryan c5e158e240 Merge branch 'master' into output-3544 2019-07-15 19:10:47 -04:00
Frost Ming e6cabe649a Merge pull request #3845 from pypa/peep-renumber
Minor Doc improvements
2019-07-15 21:33:45 +08:00
frostming 79a12c35db Add missing blank line in code block 2019-07-15 13:59:17 +08:00
frostming c634af4f66 Deliminate duplicate error outputs. 2019-07-15 13:34:58 +08:00
frostming f4db1dc7a9 Serve animation statically 2019-07-15 09:55:54 +08:00
frostming 5090a4225f Try to fix excluding settings 2019-07-15 09:38:07 +08:00
frostming dbb24d24eb Renumber the PEEP 2019-07-15 09:30:32 +08:00
Frost Ming 28a902395b Merge pull request #3844 from immerrr/re-enable-help-for-run-command
run: re-enable --help option
2019-07-15 09:20:29 +08:00
Dan Ryan d883f554a2 Merge branch 'master' into re-enable-help-for-run-command 2019-07-14 19:29:49 -04:00
Dan Ryan 82d0321fcc Ensure we always respect --site-packages (#3836)
Ensure we always respect --site-packages
2019-07-14 19:28:57 -04:00
Dan Ryan 83ab1cf3f4 Merge branch 'master' into bugfix/3718 2019-07-14 19:28:11 -04:00
Dan Ryan 0028b2dcee Update manual (#3246)
Update manual

Co-authored-by: Brianna Laugher <brianna@laugher.id.au>
2019-07-14 19:27:50 -04:00
Frost Ming 5e69bca451 Use autogenerated contributing.md 2019-07-14 16:45:19 +08:00
Frost Ming 9ee69d4a69 add back submodule 2019-07-14 16:17:33 +08:00
Frost Ming 2f619df5f9 Merge branch master 2019-07-14 15:36:41 +08:00
immerrr 50e4a0985f run: re-enable --help option
To run a command called "--help" you need to use the usual "--" arguments
separator:

pipenv run -- --help
2019-07-14 09:28:13 +02:00
Frost Ming 3afcc38504 Merge branch master 2019-07-14 15:24:12 +08:00
Dan Ryan 5ffa946160 Don't pass clear along to ensure_project during lock
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-07-14 01:28:49 -04:00
Dan Ryan 9d913476d9 Remove click type and add validation for site packages
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-07-13 13:40:55 -04:00
Dan Ryan 3cb2b571ad Merge remote-tracking branch 'origin/master' into bugfix/3718 2019-07-13 13:32:13 -04:00
Dan Ryan 4f33dc8928 Fix modifications to site packages argument
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-07-13 13:31:55 -04:00
Frost Ming 47b310d33e Merge pull request #3843 from pypa/resolve-symlink
Make sure symlinks are resolved.
2019-07-13 23:28:36 +08:00
Frost Ming 472612bfac Merge branch 'master' into resolve-symlink 2019-07-13 21:15:09 +08:00
Frost Ming 9c51b34a6f Merge pull request #3670 from jayvdb/test_include_editable_packages-not-requests
Avoid using requests unnecessarily in tests
2019-07-13 21:12:45 +08:00
Frost Ming c62a2e1574 Merge branch 'master' into test_include_editable_packages-not-requests 2019-07-13 20:20:18 +08:00
Frost Ming 67452b1f54 Make sure symlinks are resolved. 2019-07-13 12:15:17 +08:00
Frost Ming 237034018a Merge pull request #3839 from docdeveloper/patch-3
Fixes formatting
2019-07-12 09:23:04 +08:00
Doc Developer d503c496b7 Fixes formatting 2019-07-11 21:28:20 +02:00
John Vandenberg 2f5150ab29 test_install_without_dev: Replace pytz with tablib
pytz exists in the build environment, which will typically
be added to the PYTHONPATH when running the tests in rpmbuild.
The alternative is to create a virtualenv containing only the
pipenv dependencies, which is cumbersome to do when devendoring.
As the pytz library here is not critical to the logic of the
test method, replace it with tablib to reduce unintentionally
errors when packaging.

Continuation of https://github.com/pypa/pipenv/issues/3644
2019-07-11 13:33:02 +07:00
John Vandenberg 9869fcfffa test_update_locks: Replace requests with jdcal
Using requests in tests fails when pipenv is de-vendored.
In this test, using any package with multiple versions
in the local pypi data will suffice to show the functionality
does work, but not with requests, or any devendored package.

Continuation of https://github.com/pypa/pipenv/issues/3644
2019-07-11 13:33:02 +07:00
John Vandenberg e4d992b84c test_uninstall.py: Replace requests with Django 2019-07-11 13:33:01 +07:00
John Vandenberg 050d9b4c78 graph tests: Replace requests with tablib 0.13.0
These tests fail when using requests in a de-vendored installation
because requests is part of the pre-installed image.

tablib has fewer constraints on its dependencies, however its
dependency tree is complicated enough to approximately test
the same functionality, and allows the graph tests to pass
even when de-vendored.
2019-07-11 13:33:01 +07:00
John Vandenberg 8d12d8f7f9 Update tests/pypi to include tablib 0.13.0 2019-07-11 13:33:00 +07:00
John Vandenberg c79b291cbb Avoid using requests unnecessarily in tests
This replaces requests with tablib in test_include_editable_packages
as in a de-vendored environment the locking fails with requests.

Continuation of https://github.com/pypa/pipenv/issues/3644
2019-07-11 13:33:00 +07:00