Commit Graph

5082 Commits

Author SHA1 Message Date
Dan Ryan 3a8f144309 Merge branch 'master' into windows-run-non-executable 2018-08-14 19:30:56 -04:00
Dan Ryan 541b87abd5 Merge pull request #2732 from pypa/bugfix/pass-verbosity-to-resolver
Correctly pass verbosity to resolver
2018-08-12 03:09:31 -04:00
Tzu-ping Chung f4f8f10f2e News 2018-08-12 04:36:46 +08:00
Tzu-ping Chung a646b836bf Correctly pass verbosity to resolver 2018-08-12 04:29:20 +08:00
Dan Ryan 45c337a40f Merge pull request #2712 from pypa/bugfix/python-version-warning
Bugfix/python version warning
2018-08-10 04:53:01 -04:00
Dan Ryan 0ab5717a29 Merge branch 'master' into bugfix/python-version-warning 2018-08-10 04:52:17 -04:00
Dan Ryan c79507b214 Merge pull request #2671 from HopeForToday/master
Update basics.rst with `$SHELL`.
2018-08-10 04:41:51 -04:00
Dan Ryan 69d8a20bc2 Merge branch 'master' into master 2018-08-10 04:41:34 -04:00
Dan Ryan 92caefcb96 Add news entry for #2671 2018-08-10 04:41:12 -04:00
Dan Ryan 6e6568e9d9 Merge branch 'master' into master 2018-08-10 04:38:34 -04:00
Dan Ryan da5de45816 Merge pull request #2709 from svanburen/patch-3
Fix typo
2018-08-10 04:35:45 -04:00
Dan Ryan 0f3793c496 Merge branch 'master' into patch-3 2018-08-10 04:35:38 -04:00
Dan Ryan d6c8201236 Merge pull request #2688 from AltSchool/test/deplinks
Add test for setup.py::dependency-link field
2018-08-10 04:32:41 -04:00
Tzu-ping Chung 87ab5e8a93 Better comment 2018-08-10 13:16:08 +08:00
Tzu-ping Chung 559903f00e Improve "run" behavior on Windows
Some Windows users are used to launch files without specifying a command,
e.g.::

    > my-script.py

This works in the shell because Windows will automatically choose an
command based on file association, and with newer Python versions, the Py
Launcher (py.exe) automatically chooses the correct Python based on
shebang-parsing.

A similar syntax, unfortunately, does not currently work in Pipenv::

    > pipenv run my-script.py

Since my-script.py will be treated as a real application by the subprocess
module.

This patch catch Windows error 193 during subprocess initialization, and
fall back to use COMSPEC (shell=True) when it happens, to provide better
support for this use case.
2018-08-10 13:03:34 +08:00
Tzu-ping Chung 908ad9d1bc Split the message into multiple lines 2018-08-07 12:21:49 +08:00
Tzu-ping Chung 1a5133c6f8 Fix spaces in the warning message 2018-08-07 12:14:35 +08:00
Tzu-ping Chung f9471d8e7e Fix Jinja2 mismatching 2018-08-07 12:13:14 +08:00
零件 c91cce1233 Merge branch 'master' into master 2018-08-07 09:34:21 +08:00
零件 c6742a8430 Minor tense changes with basics.rst 2018-08-07 09:33:21 +08:00
Alexandros Tzannes 86bbec18d9 Factor-out decorators for class tests 2018-08-06 10:44:10 -07:00
Alexandros Tzannes dd3b210862 Wrap two tests and helpers in a class 2018-08-06 10:41:16 -07:00
Alexandros Tzannes 3cc02ebd5d Break dependency-links test into two separate tests
Use helper functions to reduce code duplication since these two tests
are quasi-identical
2018-08-06 10:30:04 -07:00
Alexandros Tzannes 210a9d46fb Add back git+ssh version of dep-links test
See if it fails n build Kite
2018-08-06 10:04:16 -07:00
Stefan VanBuren 2c39cdb404 Fix typo 2018-08-06 10:24:37 -04:00
Dan Ryan d93d571d5e Merge branch 'master' into test/deplinks 2018-08-05 02:56:01 -04:00
Dan Ryan 0e7ddbccf3 Enable dependency link processing
- Use `PIP_PROCESS_DEPENDENCY_LINKS` to toggle the processing of dependency links
2018-08-05 02:49:18 -04:00
Dan Ryan 797ce40bb2 Add news entry for pr #2674
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-08-05 02:39:00 -04:00
Dan Ryan ea8a8f485a Merge pull request #2674 from mic159/patch-2
Add link to PEP-440 version specifiers in documentation
2018-08-05 02:40:02 -04:00
Dan Ryan fd45dcbed9 Merge branch 'master' into patch-2 2018-08-04 18:16:54 -04:00
Dan Ryan 4bfa219985 Use proper syntax for rst links
Fix link syntax for pep440 links in documentation
2018-08-04 18:16:35 -04:00
Dan Ryan 0bddb1b6f4 Merge branch 'master' into master 2018-08-04 17:54:14 -04:00
Dan Ryan 41d31e6f68 Merge pull request #2612 from AltSchool/more-vcs-tests
Adding some git+git and git+ssh tests as examples
2018-08-04 17:43:53 -04:00
Alexandros Tzannes 0081918e63 Skip some tests if we have not set-up SSH keys for GitHub 2018-08-03 16:20:59 -07:00
Alexandros Tzannes 8f1d99256c Skip git+ssh test until we configure BildKite to have an SSH key-pair 2018-08-03 15:21:33 -07:00
Alexandros Tzannes f1cb2287ab Add -v flag to get better insight when it fails 2018-08-03 15:05:56 -07:00
Alexandros Tzannes e47fd53f95 [fixup] skip the git+ssh deplink
test if the git+https test works on Build Kite
2018-08-03 15:05:56 -07:00
Alexandros Tzannes 83ca4fbbb3 Add test for setup.py::dependency-link field 2018-08-03 15:05:56 -07:00
Alexandros Tzannes f65c0dfd63 Adding some git+git and git+ssh tests as examples 2018-08-03 15:05:29 -07:00
Tzu-ping Chung 354bfca17b Merge pull request #2699 from MarkKoz/bugfix/2680
Fix virtualenv creation failure when a .venv file exists
2018-08-03 17:58:42 +08:00
MarkKoz 96fec11b29 Fix virtualenv creation failure when a .venv file exists 2018-08-02 21:56:41 -07:00
零件 81a189dbc5 Update basics.rst
Update link with Sphinx’s reference syntax.
2018-08-02 16:31:58 +08:00
零件 0f30bcbcdb Update basics.rst
Add the description of `PIPENV_SHELL`
2018-08-01 22:34:33 +08:00
Tzu-ping Chung 641e889dda Merge pull request #2656 from Enzime/fix/basic-auth-in-repo-URLs
Fix parsing of verify_ssl=false in urls with authentication in Pipfile
2018-08-01 17:54:54 +08:00
Dan Ryan 8cb2d99874 Merge branch 'master' into fix/basic-auth-in-repo-URLs 2018-08-01 02:10:48 -04:00
Tzu-ping Chung 4048deae5f Merge pull request #2675 from pypa/pull-requrest-template
PR template
2018-08-01 13:08:34 +08:00
Dan Ryan d8531a1335 Merge branch 'master' into pull-requrest-template 2018-07-31 23:11:50 -04:00
Dan Ryan a663f58663 Minor changes to the PR template
- Comment out the vendor directory section so it doesn't show up all the time in prs
- Minor grammar and spelling changes
- Warn users that we will close PRs with no issue or explanation about what they are solving
2018-07-31 23:11:38 -04:00
Dan Ryan fd5b4ba99d Add news entry for pr #2656
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-07-31 23:02:20 -04:00
Michael Hoang 0969a9ee67 Properly handle the first source having user/pass 2018-07-31 22:58:54 -04:00