Commit Graph

2785 Commits

Author SHA1 Message Date
kennethreitz e16a19eece remove bunk test
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-20 07:53:18 -05:00
kennethreitz 7402765c0e fix --system
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-20 07:42:39 -05:00
Nate Prewitt 87632baa11 Merge pull request #1448 from nvtkaszpir/master
Update cli.py
2018-02-18 12:52:31 -08:00
Michał Sochoń be5719109d Update cli.py
Fix broken url.
Fixes #759 again.
2018-02-18 21:00:14 +01:00
Nate Prewitt 20adad1595 Merge pull request #1447 from luzpaz/misc-typos
MIsc. comment and doc typos
2018-02-18 11:06:00 -08:00
luz.paz 06f3b1a291 MIsc. comment and doc typos
Found via `codespell -q 3 --skip="./patched"`
reverted
2018-02-18 13:58:14 -05:00
kennethreitz cdaf68c352 Merge pull request #1442 from jtratner/add-instructions-for-conda
Add instructions for conda plus pipenv
2018-02-18 06:56:01 -06:00
kennethreitz ab95baad19 Merge pull request #1445 from JosefAssad/mention-pipenv_pipfile-in-docs
mention `PIPENV_PIPFILE` in advanced docs
2018-02-18 06:54:56 -06:00
Josef Assad 0de1dabdd4 mention PIPENV_PIPFILE in advanced docs
Ref: pypa/pipenv#1369
2018-02-18 12:00:37 +01:00
Jeff Tratner f061f9520b Add instructions for pipenv with conda 2018-02-17 17:17:03 -08:00
kennethreitz e4f964abe0 Merge pull request #1438 from jtratner/show-pip-info-level-logging-with-verbose
Show pip info level logging with verbose
2018-02-17 13:01:43 -06:00
kennethreitz 774f977a99 Merge pull request #1440 from dschaller/makefile-doc
add documentation to makefile
2018-02-17 12:59:59 -06:00
Jeff Tratner 40c7ce7dc1 install as editable with init 2018-02-17 09:19:28 -08:00
Jeff Tratner 34bd253f20 Set pip log level to INFO when verbose
+ allow `-v` to mean `--verbose`
2018-02-17 08:54:26 -08:00
Derek 3eb0a873e5 fix typo in history (#1439) 2018-02-17 08:53:52 -08:00
Derek Schaller 0676c65e06 add documentation to makefile 2018-02-17 08:47:10 -08:00
kennethreitz fc83723a37 fix bug
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-17 11:34:56 -05:00
kennethreitz b223c0b9e1 fix version number for check warning
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-17 10:16:42 -05:00
kennethreitz bf13ba0bd1 history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-17 09:12:45 -05:00
kennethreitz 52ea1d43da abort if --system is used with package name
#1428

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-17 09:12:07 -05:00
kennethreitz 9f41427a67 pip hash mode compatibility for pipenv lock -r
#1417

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-17 08:20:18 -05:00
kennethreitz f3fdabad65 v9.1.0
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-17 08:05:07 -05:00
kennethreitz 192306cb24 --style deprecation
#1395

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-17 08:00:26 -05:00
kennethreitz ab04d4a07c 9.1.0
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-17 07:55:51 -05:00
kennethreitz 8b4a79d895 Merge pull request #1433 from pypa/scripts
scripts
2018-02-17 06:54:04 -06:00
kennethreitz 8c8a1aeb1d updated history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-17 07:53:33 -05:00
kennethreitz 7c72c3ce86 Merge pull request #1426 from danielhones/issue_1418_fix_dotenv_single_quoted_space
Altered regex in dotenv.main.parse_dotenv to handle single quotes lik…
2018-02-17 06:53:11 -06:00
Nate Prewitt 0abf2e954f Merge pull request #1372 from pypa/hotfix/post_901_requirements_resolvers
Requirements generation and resolver related post-9.0.1 PRs
2018-02-16 17:11:25 -08:00
kennethreitz 983342778a Merge pull request #1422 from bradsbrown/Fix.shellquote_src_path
Fix: shellquote src path
2018-02-16 18:51:28 -06:00
kennethreitz 8a1b764168 history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-16 19:43:38 -05:00
kennethreitz a42d85b151 scripts
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-16 19:42:03 -05:00
kennethreitz 9bf7bd2b6b history update
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-16 19:15:30 -05:00
Daniel Hones d70e910107 Altered regex in dotenv.main.parse_dotenv to handle single quotes like double quotes 2018-02-14 13:47:36 -05:00
kennethreitz 0756d32fd8 Merge pull request #1423 from pypa/remove-suggestions
remove package suggestions
2018-02-13 14:01:46 -06:00
kennethreitz a6a6e0e883 check
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-13 14:11:16 -05:00
kennethreitz 1fd21857e1 make check work with --system more
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-13 14:10:38 -05:00
kennethreitz 94b20eb3f5 add --system support to pipenv check
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-13 12:16:15 -05:00
Nate Prewitt bc48169b7f remove fuzzywuzzy import 2018-02-13 08:51:43 -08:00
kennethreitz 097069b20c remove package suggestions
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-13 08:55:09 -05:00
Nate Prewitt 040285654f Merge pull request #1421 from drpoggi/patch-2
fix .travis.yml example in docs
2018-02-13 01:13:11 -08:00
Brad Brown d2f331e08e Fix: shellquote src path 2018-02-12 16:26:16 -06:00
David Poggi 52a712fb70 fix .travis.yml example in docs 2018-02-12 16:56:54 -05:00
Dan Ryan 30f65859d0 Minor restructuring of is_installable_file
- Improve flow & readability
- Use native `os.path.exists` to check for presence to avoid handling
`errno.EINVAL` exceptions from pathlib
2018-02-11 12:45:37 -05:00
kennethreitz d6d02351cb Merge pull request #1388 from sobolevn/patch-2
Updates `activate_virtualenv`, closes #1371
2018-02-11 05:30:30 -06:00
Nikita Sobolev 9b7799b5a6 Updates activate_virtualenv, closes #1371
`.` is actually a `source` alias. But it works better, since `source` is not supported in raw `sh`.
As it was discussed in https://github.com/pypa/pipenv/issues/1371 some systems do not have `bash` installed.
Prove link: https://askubuntu.com/questions/25488/what-is-the-difference-between-source-and
2018-02-11 14:29:00 +03:00
kennethreitz c0301adfcb Merge pull request #1414 from Li9htmare/core.do_create_virtualenv
Fix `do_create_virtualenv` cmd generation.
2018-02-11 05:19:11 -06:00
Dan Ryan 187e8f70d3 Cleanup of get_requirements
- Remove legacy and unnecessary code
- Redundant checks for is_file and matches_uri
- Always assign req.editable
2018-02-11 04:38:30 -05:00
Dan Ryan 7fb93b699b Comment and divide out tests for requirements 2018-02-11 04:05:32 -05:00
Li9htmare 04185e9739 Fix core.core.do_create_virtualenv cmd generation. 2018-02-10 16:15:37 +00:00
Dan Ryan 92e58fe97e Allow tests with PermissionErrors to pass 2018-02-04 22:27:18 -05:00